import { BTreeSet } from "https://dotland.deno.dev/x/polkadot@0.2.38/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>>