Module

x/polkadot/api/mod.ts>ApiRx

Package publishing for deno.land/x/polkadot
Go to Latest
class ApiRx
extends ApiBase<"rxjs">
import { ApiRx } from "https://dotland.deno.dev/x/polkadot@0.2.35/api/mod.ts";

@polkadot/api/rx

Overview

Constructors

new
ApiRx(options?: ApiOptions)

Properties

readonly
isReady: Observable<ApiRx>

Methods

clone(): ApiRx

Static Methods

create(options?: ApiOptions): Observable<ApiRx>