solknife_multisig_propose_execute
Submit the signed propose-transaction tx.
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. |