Skip to main content
Module

x/polkadot/mod.ts>typesCodec.Struct.with

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

Type Parameters

S extends TypesDef

Parameters

Types: S
optional
jsonMap: Map<string, string>

Returns

CodecClass<Struct<S>>