Policy Accounts (Multi-Sig)

Consensus-level multi-sig group governance, accounts, proposals, execution.

10 methods · verified against the live mainnet RPC at https://rpc.sumchain.io.

policy_getAccount

Account by id.

policy_getAccountByAddress

Account by address.

policy_listMemberAccounts

Accounts where address is a member.

policy_getProposal

Proposal by id.

policy_listProposals

All proposals for an account.

policy_listPendingProposals

Pending only.

policy_buildCreateAccount

Build an unsigned create-account transaction to sign and broadcast.

policy_buildSubmitProposal

Build an unsigned submit-proposal transaction to sign and broadcast.

policy_buildExecuteProposal

Build an unsigned execute-proposal transaction to sign and broadcast.

policy_buildCancelProposal

Build an unsigned cancel-proposal transaction (proposer only).