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