Name

PalletUtilityCall (275)

Hierarchy

  • Enum
    • PalletUtilityCall

Properties

asAsDerivative: {
    call: Call;
    index: u16;
} & Struct<TypesDef<Codec>, {}, {}>
asBatch: {
    calls: Vec<Call>;
} & Struct<TypesDef<Codec>, {}, {}>
asBatchAll: {
    calls: Vec<Call>;
} & Struct<TypesDef<Codec>, {}, {}>
asDispatchAs: {
    asOrigin: SpiritnetRuntimeOriginCaller;
    call: Call;
} & Struct<TypesDef<Codec>, {}, {}>
asForceBatch: {
    calls: Vec<Call>;
} & Struct<TypesDef<Codec>, {}, {}>
asWithWeight: {
    call: Call;
    weight: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
isAsDerivative: boolean
isBatch: boolean
isBatchAll: boolean
isDispatchAs: boolean
isForceBatch: boolean
isWithWeight: boolean
type: "Batch" | "AsDerivative" | "BatchAll" | "DispatchAs" | "ForceBatch" | "WithWeight"