@nomicfoundation/ethereumjs-tx
Version:
Implementation of the various Ethereum Transaction Types
6 lines • 398 B
TypeScript
import type { EIP2718CompatibleTx } from '../types.js';
import type { Input } from '@nomicfoundation/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