Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string
length: number

Returns

CodecClass<VecFixed<O>>