ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / LegacyTxData

Type Alias: LegacyTxData

LegacyTxData = object

Defined in: types.ts:310

Legacy Transaction Data

Extended by

Properties

data?

optional data: BytesLike | ""

Defined in: types.ts:339

This will contain the data of the message or the init of a contract.


gasLimit?

optional gasLimit: BigIntLike

Defined in: types.ts:324

The transaction’s gas limit.


gasPrice?

optional gasPrice: BigIntLike | null

Defined in: types.ts:319

The transaction’s gas price.


nonce?

optional nonce: BigIntLike

Defined in: types.ts:314

The transaction’s nonce.


r?

optional r: BigIntLike

Defined in: types.ts:349

EC signature parameter.


s?

optional s: BigIntLike

Defined in: types.ts:354

EC signature parameter.


to?

optional to: AddressLike | ""

Defined in: types.ts:329

The transaction’s the address is sent to.


type?

optional type: BigIntLike

Defined in: types.ts:360

The transaction type


v?

optional v: BigIntLike

Defined in: types.ts:344

EC recovery ID.


value?

optional value: BigIntLike

Defined in: types.ts:334

The amount of Ether sent.