Skip to main content
Module

x/polkadot/mod.ts>typesCodec.Vec

Package publishing for deno.land/x/polkadot
Go to Latest
class typesCodec.Vec
extends AbstractArray<T>
import { typesCodec } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { Vec } = typesCodec;

Constructors

new
Vec(
registry: Registry,
Type: CodecClass<T> | string,
value?: Uint8Array | HexString | unknown[],
unnamed 3?: Options<T>,
)

Type Parameters

T extends Codec

Properties

readonly
optional
initialU8aLength: number
readonly
Type: string

Methods

indexOf(_other?: unknown): number
toRawType(): string

Static Methods

with<O extends Codec>(Type: CodecClass<O> | string): CodecClass<Vec<O>>