solknife_multisig_approve_execute
Submit the signed vote tx. Pass the same vote value used in the build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vote | Yes | ||
| 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. |