Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Type Parameters

F extends AnyFunction

Properties

meta: DefinitionRpc

Methods

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