Interface FrameSupportPreimagesBounded

Name

FrameSupportPreimagesBounded (264)

Hierarchy

  • Enum
    • FrameSupportPreimagesBounded

Properties

asInline: Bytes
asLegacy: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asLookup: {
    hash_: H256;
    len: u32;
} & Struct<TypesDef<Codec>, {}, {}>
isInline: boolean
isLegacy: boolean
isLookup: boolean
type: "Legacy" | "Inline" | "Lookup"