Skip to main content
Module

x/polkadot/wasm-bridge/types.ts>InitFn

Package publishing for deno.land/x/polkadot
Go to Latest
type alias InitFn
import { type InitFn } from "https://deno.land/x/polkadot@0.2.37/wasm-bridge/types.ts";

Type Parameters

C extends WasmBaseInstance
definition: (wbg: WasmImports) => InitPromise<C>