Skip to main content
Module

x/polkadot/api/mod.ts>WsProvider#send

Package publishing for deno.land/x/polkadot
Go to Latest
method WsProvider.prototype.send
import { WsProvider } from "https://deno.land/x/polkadot@0.2.25/api/mod.ts";

Type Parameters

optional
T = any

Parameters

method: string

The RPC methods to execute

params: unknown[]

Encoded parameters as applicable for the method

optional
isCacheable: boolean

Subscription details (internally used)

optional
subscription: SubscriptionHandler

Returns

Promise<T>