Interface: MultiSigProposalDetails
api/entities/MultiSigProposal/types.MultiSigProposalDetails
Properties
approvalAmount
• approvalAmount: BigNumber
The number of approvals this proposal has received
Defined in
api/entities/MultiSigProposal/types.ts:33
args
• args: AnyJson
The arguments to be passed to the transaction for this proposal
Defined in
api/entities/MultiSigProposal/types.ts:57
autoClose
• autoClose: boolean
Determines if the proposal will automatically be closed once a threshold of reject votes has been reached
Defined in
api/entities/MultiSigProposal/types.ts:49