solknife_multisig_create_build
Build an unsigned create-multisig tx. createKey is a fresh random pubkey the agent generates; it must co-sign the tx (two signers: creator + createKey). Returns the derived multisig + vault addresses, base64 v0 tx, and lastValidBlockHeight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creator | Yes | A Solana address in base58, 32-44 chars. | |
| members | Yes | The multisig members. Omit permissions to grant all three. | |
| timeLock | No | ||
| createKey | Yes | A Solana address in base58, 32-44 chars. | |
| threshold | Yes | Approvals required to execute a proposal. Must not exceed the member count. |