Skip to main content
Module

x/polkadot/types-codec/index.ts>Vec.with

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

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string

Returns

CodecClass<Vec<O>>