Module: MultiSigProposal Types
Enumerations
Interfaces
Type Aliases
AnyJson
Ƭ AnyJson: string | number | boolean | null | undefined | AnyJson[] | { [index: string]: AnyJson; }
Represents JSON serializable data. Used for cases when the value can take on many types, like args for a MultiSig proposal.
Defined in
api/entities/MultiSigProposal/types.ts:18
MultiSigProposalVote
Ƭ MultiSigProposalVote: EventIdentifier & { action: MultiSigProposalVoteActionEnum ; signer: Signer }