Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

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