Skip to main content
Module

x/polkadot/types-codec/bundle.ts>BTreeSet.with

Package publishing for deno.land/x/polkadot
Go to Latest
method BTreeSet.with
import { BTreeSet } from "https://deno.land/x/polkadot@0.2.33/types-codec/bundle.ts";

Type Parameters

V extends Codec

Parameters

valType: CodecClass<V> | string

Returns

CodecClass<BTreeSet<V>>