Skip to main content
Module

x/polkadot/types/mod.ts>VecFixed

Package publishing for deno.land/x/polkadot
Go to Latest
class VecFixed
extends AbstractArray<T>
Re-export
import { VecFixed } from "https://deno.land/x/polkadot@0.2.40/types/mod.ts";

Constructors

new
VecFixed(
registry: Registry,
Type: CodecClass<T> | string,
length: number,
value?: Uint8Array | HexString | unknown[],
unnamed 4?: DefinitionSetter<CodecClass<T>>,
)

Properties

readonly
encodedLength: number
readonly
Type: string

Methods

inspect(): Inspect
toRawType(): string
toU8a(): Uint8Array

Static Methods

with<O extends Codec>(Type: CodecClass<O> | string, length: number): CodecClass<VecFixed<O>>