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:19
args
• args: AnyJson
The arguments to be passed to the transaction for this proposal
Defined in
api/entities/MultiSigProposal/types.ts:43
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:35
expiry
• expiry: null
| Date
An optional time in which this proposal will expire if a decision isn't reached by then
Defined in
api/entities/MultiSigProposal/types.ts:31
rejectionAmount
• rejectionAmount: BigNumber
The number of rejections this proposal has received
Defined in
api/entities/MultiSigProposal/types.ts:23
status
• status: ProposalStatus
The current status of the proposal
Defined in
api/entities/MultiSigProposal/types.ts:27
txTag
• txTag: TxTag
The tag for the transaction being proposed for the MultiSig to execute
Defined in
api/entities/MultiSigProposal/types.ts:39
voted
• voted: Account
[]
Accounts of signing keys that have already voted on this proposal