ethereumjs-tx > TransactionOptions
The transaction's options. This could be specified using a Common object, or chain
and hardfork
. Defaults to mainnet.
TransactionOptions
● chain: number
| string
Defined in types.ts:94
The chain of the transaction, default: 'mainnet'
● common: Common
Defined in types.ts:89
A Common object defining the chain and the hardfork a transaction belongs to.
● hardfork: undefined
| string
Defined in types.ts:99
The hardfork of the transaction, default: 'petersburg'