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

x/polkadot/types/types/interfaces.ts>ISet

Package publishing for deno.land/x/polkadot
Go to Latest
interface ISet
implements Set<K>, Codec
Re-export
import { type ISet } from "https://deno.land/x/polkadot@0.2.11/types/types/interfaces.ts";

Type Parameters

optional
K = string

Properties

readonly
strings: string[]