submit_sponsored_mint
Finalize a sponsored mint by signing the transaction as sponsor and broadcasting it with the user's provided signature.
Instructions
Sign a prepared sponsored mint transaction as the configured sponsor and broadcast it with the user's signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessToken | Yes | OAuth bearer token issued to the MCP client. | |
| userAddress | Yes | Sui address that signed and receives the mint. | |
| transactionBlock | Yes | Base64 Sui transaction block returned by prepare_sponsored_mint. | |
| userSignature | Yes | Serialized Sui transaction signature from the user wallet. |