type alias AugmentedRpcimport { type AugmentedRpc } from "https://deno.land/x/polkadot@0.2.12/api-base/types/index.ts"; Type ParametersF extends AnyFunctiondefinition: F & { raw: <T>(...params: Parameters<F>) => Observable<T>; meta: DefinitionRpc; }