solknife_revoke_authority_execute
Submit a wallet-signed revoke-authority tx. Structural re-verifier pins the revoke ix(s) + 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. |