Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/rpc-provider/bundle.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.36/rpc-provider/bundle.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>