Module

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

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

Type Parameters

V extends Codec

Parameters

valType: CodecClass<V> | string

Returns

CodecClass<BTreeSet<V>>