UNPKG

184 BTypeScriptView Raw
1import type { Codec } from '@polkadot/types/types';
2import type { DecorateFn } from '../types/index.js';
3export declare function toRxMethod<M extends DecorateFn<Codec>>(method: M): M;