@ethereumjs/tx / LegacyTxData
LegacyTxData =
object
Defined in: types.ts:310
Legacy Transaction Data
optional
data:BytesLike
|""
Defined in: types.ts:339
This will contain the data of the message or the init of a contract.
optional
gasLimit:BigIntLike
Defined in: types.ts:324
The transaction’s gas limit.
optional
gasPrice:BigIntLike
|null
Defined in: types.ts:319
The transaction’s gas price.
optional
nonce:BigIntLike
Defined in: types.ts:314
The transaction’s nonce.
optional
r:BigIntLike
Defined in: types.ts:349
EC signature parameter.
optional
s:BigIntLike
Defined in: types.ts:354
EC signature parameter.
optional
to:AddressLike
|""
Defined in: types.ts:329
The transaction’s the address is sent to.
optional
type:BigIntLike
Defined in: types.ts:360
The transaction type
optional
v:BigIntLike
Defined in: types.ts:344
EC recovery ID.
optional
value:BigIntLike
Defined in: types.ts:334
The amount of Ether sent.