Skip to main content
Module

x/polkadot/mod.ts>typesCodec.VecFixed.with

Package publishing for deno.land/x/polkadot
Go to Latest
method typesCodec.VecFixed.with
import { typesCodec } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { VecFixed } = typesCodec;

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string
length: number

Returns

CodecClass<VecFixed<O>>