Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/api-base/types/rpc.ts>RxRpcResult

Package publishing for deno.land/x/polkadot
Latest
interface RxRpcResult
implements RxResult<F>
import { type RxRpcResult } from "https://deno.land/x/polkadot@0.2.45/api-base/types/rpc.ts";

Type Parameters

F extends AnyFunction

Properties

meta: DefinitionRpc

Methods

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