Name

FrameSystemCall (181)

Hierarchy

  • Enum
    • FrameSystemCall

Properties

asKillPrefix: {
    prefix: Bytes;
    subkeys: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asKillStorage: {
    keys_: Vec<Bytes>;
} & Struct<TypesDef<Codec>, {}, {}>
asRemark: {
    remark: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
asRemarkWithEvent: {
    remark: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
asSetCode: {
    code: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
asSetCodeWithoutChecks: {
    code: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
asSetHeapPages: {
    pages: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asSetStorage: {
    items: Vec<ITuple<[Bytes, Bytes]>>;
} & Struct<TypesDef<Codec>, {}, {}>
isKillPrefix: boolean
isKillStorage: boolean
isRemark: boolean
isRemarkWithEvent: boolean
isSetCode: boolean
isSetCodeWithoutChecks: boolean
isSetHeapPages: boolean
isSetStorage: boolean
type: "Remark" | "SetHeapPages" | "SetCode" | "SetCodeWithoutChecks" | "SetStorage" | "KillStorage" | "KillPrefix" | "RemarkWithEvent"