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

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

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

Parameters

key: keyof S

The name of the entry to retrieve

Returns

Codec | undefined