solknife_multisig_config_build
Build an unsigned config-change proposal. op=add-member needs member (+optional permissions); remove-member needs member; change-threshold needs threshold. Only works on m-of-n multisigs (no single config authority).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| memo | No | ||
| member | No | A Solana address in base58, 32-44 chars. | |
| multisig | Yes | A Solana address in base58, 32-44 chars. | |
| proposer | Yes | A Solana address in base58, 32-44 chars. | |
| threshold | No | ||
| permissions | No | What this member is allowed to do. All three are independent. |