Properties
Readonly asAsDerivative
asAsDerivative: { 
    call: Call; 
    index: u16; 
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asBatch
asBatch: { 
    calls: Vec<Call>; 
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asBatchAll
asBatchAll: { 
    calls: Vec<Call>; 
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asForceBatch
asForceBatch: { 
    calls: Vec<Call>; 
} & Struct<TypesDef<Codec>, {}, {}>
Readonly isAsDerivative
isAsDerivative: boolean
Readonly isBatch
isBatch: boolean
Readonly isBatchAll
isBatchAll: boolean
Readonly isDispatchAs
isDispatchAs: boolean
Readonly isForceBatch
isForceBatch: boolean
Readonly isWithWeight
isWithWeight: boolean
Readonly type
type: "Batch" | "AsDerivative" | "BatchAll" | "DispatchAs" | "ForceBatch" | "WithWeight"
 
Name
PalletUtilityCall (249)