Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types-codec/base/index.ts>VecFixed.with

Package publishing for deno.land/x/polkadot
Go to Latest
method VecFixed.with
import { VecFixed } from "https://deno.land/x/polkadot@0.2.36/types-codec/base/index.ts";

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string
length: number

Returns

CodecClass<VecFixed<O>>