method WsProvider.prototype.sendimport { WsProvider } from "https://deno.land/x/polkadot@0.2.45/rpc-provider/index.ts"; send<T = any>(method: string,params: unknown[],isCacheable?: boolean,subscription?: SubscriptionHandler,): Promise<T>Type ParametersoptionalT = anyParametersmethod: stringThe RPC methods to execute params: unknown[]Encoded parameters as applicable for the method optionalisCacheable: booleanSubscription details (internally used) optionalsubscription: SubscriptionHandlerReturnsPromise<T>