solknife_multisig_execute_build
Build an unsigned execute tx for an APPROVED proposal at transactionIndex. The server detects vault vs config and returns executeKind; pass it to execute.execute. computeUnitLimit optionally raises the CU cap for heavy inner transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member | Yes | A Solana address in base58, 32-44 chars. | |
| multisig | Yes | A Solana address in base58, 32-44 chars. | |
| computeUnitLimit | No | ||
| transactionIndex | Yes | The proposal index, as returned by /api/multisig/state. |