Skip to main content
Module

x/polkadot/mod.ts>types.BTreeSet.with

Package publishing for deno.land/x/polkadot
Go to Latest
method types.BTreeSet.with
Re-export
import { types } from "https://deno.land/x/polkadot@0.2.41/mod.ts";
const { BTreeSet } = types;

Type Parameters

V extends Codec

Parameters

valType: CodecClass<V> | string

Returns

CodecClass<BTreeSet<V>>