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

x/polkadot/types-codec/bundle.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.30/types-codec/bundle.ts";

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string

Returns

CodecClass<Vec<O>>