Skip to main content
Version: v29.0.x

Interface: MultiSigProposalDetails

Defined in: src/api/entities/MultiSigProposal/types.ts:29

Properties

approvalAmount

approvalAmount: BigNumber

Defined in: src/api/entities/MultiSigProposal/types.ts:33

The number of approvals this proposal has received


args

args: AnyJson

Defined in: src/api/entities/MultiSigProposal/types.ts:57

The arguments to be passed to the transaction for this proposal


autoClose

autoClose: boolean

Defined in: src/api/entities/MultiSigProposal/types.ts:49

Determines if the proposal will automatically be closed once a threshold of reject votes has been reached


expiry

expiry: null | Date

Defined in: src/api/entities/MultiSigProposal/types.ts:45

An optional time in which this proposal will expire if a decision isn't reached by then


rejectionAmount

rejectionAmount: BigNumber

Defined in: src/api/entities/MultiSigProposal/types.ts:37

The number of rejections this proposal has received


status

status: ProposalStatus

Defined in: src/api/entities/MultiSigProposal/types.ts:41

The current status of the proposal


txTag

txTag: TxTag

Defined in: src/api/entities/MultiSigProposal/types.ts:53

The tag for the transaction being proposed for the MultiSig to execute


voted

voted: Account[]

Defined in: src/api/entities/MultiSigProposal/types.ts:61

Accounts of signing keys that have already voted on this proposal