Module

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

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

Type Parameters

V extends Codec

Parameters

valType: CodecClass<V> | string

Returns

CodecClass<BTreeSet<V>>