Module

x/polkadot/api/types/index.ts>RxRpcResult

Package publishing for deno.land/x/polkadot
Go to Latest
interface RxRpcResult
implements RxResult<F>
import { type RxRpcResult } from "https://dotland.deno.dev/x/polkadot@0.2.23/api/types/index.ts";

Type Parameters

F extends AnyFunction

Properties

meta: DefinitionRpc

Methods

raw<T>(...args: Parameters<F>): Observable<T>