class HttpProvider
implements ProviderInterface
import { HttpProvider } from "https://dotland.deno.dev/x/polkadot@0.2.38/rpc-provider/http/index.ts";
@polkadot/rpc-provider
Properties
readonly
stats: ProviderStatsMethods
connect(): Promise<void>
disconnect(): Promise<void>
on(_type: ProviderInterfaceEmitted, _sub: ProviderInterfaceEmitCb): () => void
send<T>(): Promise<T>
method: string,
params: unknown[],
isCacheable?: boolean,
subscribe(): Promise<number>
unsubscribe(): Promise<boolean>
_type: string,
_method: string,
_id: number,