Class MultisigCallResult

Hierarchy

  • MultisigCallResult

Constructors

  • Parameters

    • __namedParameters: {
          account: AccountId;
          call: Call;
          callHash: Hash;
          executionResult?: DispatchResult;
          id: u32;
          isExecuted: boolean;
          isVoteStarted: boolean;
          voter: AccountId;
          votesAdded?: Vote;
      }
      • account: AccountId
      • call: Call
      • callHash: Hash
      • Optional executionResult?: DispatchResult
      • id: u32
      • isExecuted: boolean
      • isVoteStarted: boolean
      • voter: AccountId
      • Optional votesAdded?: Vote

    Returns MultisigCallResult

Properties

account: AccountId
call: Call
callHash: Hash
executionResult?: DispatchResult
id: u32
isExecuted: boolean
isVoteStarted: boolean
voter: AccountId
votesAdded?: Vote

Methods

  • Returns AnyJson

Generated using TypeDoc