Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Type Parameters

C extends WasmBaseInstance
definition: Promise<InitResult<C>>