Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/mod.ts>typesCodec.Vec.with

Package publishing for deno.land/x/polkadot
Go to Latest
method typesCodec.Vec.with
import { typesCodec } from "https://deno.land/x/polkadot@0.2.29/mod.ts";
const { Vec } = typesCodec;

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string

Returns

CodecClass<Vec<O>>