import { AbstractArray } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/abstract/Array.ts";
Constructors
new
protected
AbstractArray(registry: Registry, length: number)Type Parameters
T extends Codec
Methods
eq(other?: unknown): boolean
inspectInner(): Inspect[]
abstract
toRawType(): stringtoString(): string
toU8a(isBare?: boolean): Uint8Array
toU8aInner(isBare?: boolean): Uint8Array[]