import { BTreeSet } from "https://deno.land/x/polkadot@0.2.28/types-codec/extended/BTreeSet.ts";
Constructors
new
BTreeSet(registry: Registry,
valType: CodecClass<V> | string,
rawValue?: ,
| Uint8Array
| string
| string[]
| Set<any>
Static Methods
with<V extends Codec>(valType: CodecClass<V> | string): CodecClass<BTreeSet<V>>