UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

4 lines (3 loc) 184 B
import type { Codec } from '@polkadot/types/types'; import type { DecorateFn } from '../types/index.js'; export declare function toRxMethod<M extends DecorateFn<Codec>>(method: M): M;