Skip to content

TxParams = { gas?: bigint; gasPrice?: bigint; maxFeePerGas?: never; maxPriorityFeePerGas?: never; nonce?: number; } | { gas?: bigint; gasPrice?: never; maxFeePerGas?: bigint; maxPriorityFeePerGas?: bigint; nonce?: number; }

Defined in: src/types/txParams.ts:1