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

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

Package publishing for deno.land/x/polkadot
Go to Latest
type alias AugmentedRpc
import { type AugmentedRpc } from "https://deno.land/x/polkadot@0.2.12/api-base/types/index.ts";

Type Parameters

F extends AnyFunction
definition: F & { raw: <T>(...params: Parameters<F>) => Observable<T>; meta: DefinitionRpc; }