2025-04-19 15:38:48 +08:00

3 lines
157 B
TypeScript

import type { TypedTxData } from './types.js';
export declare const normalizeTxParams: (_txParams: any) => TypedTxData;
//# sourceMappingURL=fromRpc.d.ts.map