Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/codec/index.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.40/types/codec/index.ts";

Type Parameters

V extends Codec

Parameters

valType: CodecClass<V> | string

Returns

CodecClass<BTreeSet<V>>