Skip to main content
Module

x/polkadot/mod.ts>typesCodec.Struct#get

Package publishing for deno.land/x/polkadot
Go to Latest
method typesCodec.Struct.prototype.get
import { typesCodec } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { Struct } = typesCodec;

Parameters

key: keyof S

The name of the entry to retrieve

Returns

Codec | undefined