UNPKG

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