@ethereumjs/tx / LegacyTxData
LegacyTxData =
object
Defined in: types.ts:353
Legacy Transaction Data
optionaldata:BytesLike|""
Defined in: types.ts:382
This will contain the data of the message or the init of a contract.
optionalgasLimit:BigIntLike
Defined in: types.ts:367
The transaction’s gas limit.
optionalgasPrice:BigIntLike|null
Defined in: types.ts:362
The transaction’s gas price.
optionalnonce:BigIntLike
Defined in: types.ts:357
The transaction’s nonce.
optionalr:BigIntLike
Defined in: types.ts:392
EC signature parameter.
optionals:BigIntLike
Defined in: types.ts:397
EC signature parameter.
optionalto:AddressLike|""
Defined in: types.ts:372
The transaction’s the address is sent to.
optionaltype:BigIntLike
Defined in: types.ts:403
The transaction type
optionalv:BigIntLike
Defined in: types.ts:387
EC recovery ID.
optionalvalue:BigIntLike
Defined in: types.ts:377
The amount of Ether sent.