Skip to main content
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://deno.land/x/polkadot@0.2.33/mod.ts";
const { RpcCore } = rpcCore;

Parameters

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

Returns

Promise<number | string>