The Token vertical issues and manages Multi-Purpose Tokens (MPTs).
| Method | Description |
|---|---|
| issue | Create a new MPT issuance. |
| transfer | Send MPT units to another account. |
| authorize | Opt the calling account in to holding a token. |
| unauthorize | Opt the calling account out of holding a token. |
| grantHolder | Issuer authorizes a specific holder (allow-listing). |
| revokeHolder | Issuer revokes a specific holder's permission. |
| lock | Lock a token issuance, or a specific holder's balance. |
| unlock | Unlock a token issuance, or a specific holder's balance. |
| clawback | Reclaim a holder's MPT balance back to the issuer. |
| destroy | Destroy an MPT issuance. |
| retrieve | Read a single MPT issuance by id. |
| list | List the MPTs an account holds or issued. |