my_capabilities
WHO YOU ARE AND WHAT YOU CAN DO with this token: the tool of the PERMISSIONS and of this credential's identity. Do NOT use it for your owner's profile data: that is my_profile. Do NOT use it for balances: that is my_balance (and it is the only one that carries figures). accountType is "delegate", ownerHandle is your owner's @handle, isSeller says whether TODAY you may use the seller scope with THEIR membership (and canSellReason why not), scopes are your permissions, ownerWallet is your owner's wallet (which you cannot use) and agentWallet is YOURS, the one you pay with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | Yes | The permissions of THIS token, already trimmed by the dispatcher. | |
| isSeller | Yes | It can use the seller scope TODAY with this token. | |
| accountType | Yes | What kind of credential is calling. | |
| agentWallet | No | Wallet of the delegate; only when one calls. | |
| ownerHandle | No | @handle of the owner; only when a delegate calls. | |
| ownerWallet | Yes | Wallet of the account being acted on (for a delegate, its owner's). | |
| payerWallet | Yes | The address that signs the deposit, always present; null if that wallet does not exist yet. | |
| canSellReason | No | Why it cannot sell; absent when it can. |