Skip to main content
Module

x/polkadot/types/index.ts>Struct#get

Package publishing for deno.land/x/polkadot
Go to Latest
method Struct.prototype.get
Re-export
import { Struct } from "https://deno.land/x/polkadot@0.2.33/types/index.ts";

Parameters

key: keyof S

The name of the entry to retrieve

Returns

Codec | undefined