solknife_mint_supply_execute
Submit a wallet-signed mint-to tx. Structural re-verifier pins the mint-to ix + fee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signedTransaction | Yes | The base64 VersionedTransaction returned by the matching /build call, signed with your key. Do not submit it yourself; this endpoint submits it. | |
| lastValidBlockHeight | Yes | The `lastValidBlockHeight` returned alongside the unsigned tx by /build. Past this block height the tx can no longer land. |