Module

x/polkadot/rpc-core/types/index.ts>AugmentedRpc

Package publishing for deno.land/x/polkadot
Go to Latest
type alias AugmentedRpc
import { type AugmentedRpc } from "https://dotland.deno.dev/x/polkadot@0.2.24/rpc-core/types/index.ts";
definition: F & { raw: <T>(...params: Parameters<F>) => Observable<T>; meta: DefinitionRpc; }