Module

x/polkadot/api/types/index.ts>PromiseRpcResult

Package publishing for deno.land/x/polkadot
Go to Latest
interface PromiseRpcResult
implements PromiseResult<F>
import { type PromiseRpcResult } from "https://dotland.deno.dev/x/polkadot@0.2.23/api/types/index.ts";

Type Parameters

F extends AnyFunction

Properties

meta: DefinitionRpc

Methods

raw<T>(...args: Parameters<F>): Promise<T>
raw<T>(...args: Push<Parameters<F>, Callback<T>>): UnsubscribePromise