Name

PalletMultisigCall (294)

Hierarchy

  • Enum
    • PalletMultisigCall

Properties

asApproveAsMulti: {
    callHash: U8aFixed;
    maxWeight: SpWeightsWeightV2Weight;
    maybeTimepoint: Option<PalletMultisigTimepoint>;
    otherSignatories: Vec<AccountId32>;
    threshold: u16;
} & Struct<TypesDef<Codec>, {}, {}>
asAsMulti: {
    call: Call;
    maxWeight: SpWeightsWeightV2Weight;
    maybeTimepoint: Option<PalletMultisigTimepoint>;
    otherSignatories: Vec<AccountId32>;
    threshold: u16;
} & Struct<TypesDef<Codec>, {}, {}>
asAsMultiThreshold1: {
    call: Call;
    otherSignatories: Vec<AccountId32>;
} & Struct<TypesDef<Codec>, {}, {}>
asCancelAsMulti: {
    callHash: U8aFixed;
    otherSignatories: Vec<AccountId32>;
    threshold: u16;
    timepoint: PalletMultisigTimepoint;
} & Struct<TypesDef<Codec>, {}, {}>
isApproveAsMulti: boolean
isAsMulti: boolean
isAsMultiThreshold1: boolean
isCancelAsMulti: boolean
type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"