Synopsis
Subcommands
cowboy entitlement grant
Grant an entitlement — a bounded, revocable permission for one address to use resources controlled by another.
Behavior:
- Load the private key using key auto-discovery.
- Build an
EntitlementGranttransaction with the supplied scope and limits. - Submit it and print the transaction hash.
--action against the --scope-actor within the declared limits until the entitlement is explicitly revoked or exhausted.
Flags:
Example:
Edge Cases
- Only the
use-owner-balanceaction is currently defined. Other action names are rejected at submission time. - Grants are revocable with a future
cowboy entitlement revoke(tracked separately). - Limits are tracked on-chain as part of actor state; once exhausted, subsequent uses revert.

