magicblock initializeMint
magicblock_initializeMintInitialize a validator-scoped transfer queue for a mint by building an unsigned transaction. Specify owner, mint, and cluster to create the queue.
Instructions
Build an unsigned transaction that initializes a validator-scoped transfer queue for a mint. Price: $0.05.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL mint to initialize a transfer queue for | |
| owner | Yes | Wallet pubkey that will sign the transaction | |
| cluster | No | Cluster: 'mainnet', 'devnet', or custom RPC URL | |
| validator | No | Optional ER validator pubkey |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |