Module

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

Package publishing for deno.land/x/polkadot
Latest
method VecFixed.with
import { VecFixed } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/codec/index.ts";

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string
length: number

Returns

CodecClass<VecFixed<O>>