ProtectedaddCreates a transaction for deposit native token or tokens
Creates a transaction for discarding an action
Creates a transaction for discarding a batch of actions
Creates a transaction for performing an action
Creates a transaction for performing a batch of actions
Creates a transaction for proposing to add a board member
Creates a transaction for proposing to add a proposer
Creates a transaction for proposing an async call to another contract
Creates a transaction for proposing to change quorum
Creates a transaction for proposing to deploy a smart contract from source
Creates a transaction for proposing to upgrade a smart contract from source
Creates a transaction for proposing to remove a user
Creates a transaction for proposing to transfer EGLD and execute a smart contract call
Creates a transaction for proposing to transfer ESDT tokens and execute a smart contract call
Creates a transaction for signing an action
Creates a transaction for signing and performing an action in one step
Creates a transaction for signing a batch of actions
Creates a transaction for unsigning an action
Creates a transaction for unsigning for outdated board members
Serialized action data of an action with index.
Gets action group for specific multisig
Gets last action index specific multisig
Gets addresses of all users who signed an action and are still board members. All these signatures are currently valid.
Gets addresses of all users who signed an action. Does not check if those users are still board members or not, so the result may contain invalid signers.
Gets addresses of all users who signed an action and are still board members. All these signatures are currently valid.
Lists all users that can sign actions.
Lists all proposers that are not board members.
Gets last group action id specific multisig
Gets number of board members for specific multisig
Gets number of groups for specific multisig
Gets number of proposers for specific multisig
Gets all pending actions.
Gets quorum for specific multisig
"Indicates user rights.",
0 = no rights,",
1 = can propose, but not sign,
2 = can propose and sign.
Returns true (1) if the user has signed the action.
Does not check whether or not the user is still a board member and the signature valid.
Returns true (1) if getActionValidSignerCount >= getQuorum.
ProtectedsetProtectedset
Creates a transaction for deploying a new multisig contract