import { Struct } from "https://deno.land/x/polkadot@0.2.17/types-codec/native/Struct.ts";
Methods
eq(other?: unknown): boolean
getAtIndex(index: number): Codec
getT<T>(key: string): T
toPrimitive(): Record<string, AnyJson>
toRawType(): string
toString(): string
Static Methods
with<S extends TypesDef>(Types: S, jsonMap?: Map<string, string>): CodecClass<Struct<S>>