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

6 lines
382 B
TypeScript

import type { EIP2718CompatibleTx } from '../types.js';
import type { Input } from '@ethereumjs/rlp';
export declare function getHashedMessageToSign(tx: EIP2718CompatibleTx): Uint8Array;
export declare function serialize(tx: EIP2718CompatibleTx, base?: Input): Uint8Array;
export declare function validateYParity(tx: EIP2718CompatibleTx): void;
//# sourceMappingURL=eip2718.d.ts.map