Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Package publishing for deno.land/x/polkadot
Go to Latest
interface PromiseRpcResult
implements PromiseResult<F>
import { type PromiseRpcResult } from "https://deno.land/x/polkadot@0.2.12/api-base/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