Skip to main content
Version: 24.2.x

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


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:45


rejectionAmount

rejectionAmount: BigNumber

The number of rejections this proposal has received

Defined in

api/entities/MultiSigProposal/types.ts:37


status

status: ProposalStatus

The current status of the proposal

Defined in

api/entities/MultiSigProposal/types.ts:41


txTag

txTag: TxTag

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

Defined in

api/entities/MultiSigProposal/types.ts:53


voted

voted: Account[]

Accounts of signing keys that have already voted on this proposal

Defined in

api/entities/MultiSigProposal/types.ts:61