Module

x/polkadot/mod.ts>rpcCore.RpcCore#_createSubscriber

Package publishing for deno.land/x/polkadot
Go to Latest
method rpcCore.RpcCore.prototype._createSubscriber
import { rpcCore } from "https://dotland.deno.dev/x/polkadot@0.2.23/mod.ts";
const { RpcCore } = rpcCore;

Parameters

unnamed 0: { subType: string; subName: string; paramsJson: AnyJson[]; update: ProviderInterfaceCallback; }
errorHandler: (error: Error) => void

Returns

Promise<number | string>