Skip to main content
Module

x/polkadot/types/types/index.ts>IStruct

Package publishing for deno.land/x/polkadot
Go to Latest
interface IStruct
implements Map<K, V>, Codec
Re-export
import { type IStruct } from "https://deno.land/x/polkadot@0.2.40/types/types/index.ts";

Type Parameters

optional
K = string
optional
V extends Codec = Codec

Properties

readonly
defKeys: string[]

Methods

getAtIndex(index: number): Codec
toArray(): Codec[]