Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
57 lines (30 loc) · 1.19 KB

transactionoptions.md

File metadata and controls

57 lines (30 loc) · 1.19 KB

ethereumjs-tx > TransactionOptions

Interface: TransactionOptions

The transaction's options. This could be specified using a Common object, or chain and hardfork. Defaults to mainnet.

Hierarchy

TransactionOptions

Index

Properties


Properties

<Optional> chain

● chain: number | string

Defined in types.ts:94

The chain of the transaction, default: 'mainnet'


<Optional> common

● common: Common

Defined in types.ts:89

A Common object defining the chain and the hardfork a transaction belongs to.


<Optional> hardfork

● hardfork: undefined | string

Defined in types.ts:99

The hardfork of the transaction, default: 'petersburg'