import { Struct } from "https://deno.land/x/polkadot@0.2.28/types-codec/native/Struct.ts";
Properties
readonly
Type: EMethods
eq(other?: unknown): boolean
getAtIndex(index: number): Codec
getT<T>(key: string): T
inspect(isBare?: BareOpts): Inspect
toArray(): Codec[]
toHex(): HexString
toHuman(isExtended?: boolean): Record<string, AnyJson>
toJSON(): Record<string, AnyJson>
toPrimitive(): Record<string, AnyJson>
toRawType(): string
toString(): string
toU8a(isBare?: BareOpts): Uint8Array