import { types } from "https://deno.land/x/polkadot@0.2.27/mod.ts";
const { createType } = types;
Create an instance of a type
with a given params
.
Parameters
type: K
- The value to instantiate the type with
import { types } from "https://deno.land/x/polkadot@0.2.27/mod.ts";
const { createType } = types;
Create an instance of a type
with a given params
.