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

x/polkadot/types-codec/bundle.ts>Struct#get

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

Parameters

key: keyof S

The name of the entry to retrieve

Returns

Codec | undefined