Module

x/polkadot/types/codec/index.ts>BTreeSet.with

Package publishing for deno.land/x/polkadot
Latest
method BTreeSet.with
import { BTreeSet } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/codec/index.ts";

Type Parameters

V extends Codec

Parameters

valType: CodecClass<V> | string

Returns

CodecClass<BTreeSet<V>>