Version: 0.15.0

Interface: TxInfosRaw

"typings".TxInfosRaw

Information for creating an ethereum transaction of a given user address as returned by the relay server.

Hierarchy#

  • TxInfosRaw

Properties#

balance#

• balance: string

Defined in src/typings.ts:373

Balance of given user address in ETH


gasPrice#

• gasPrice: string

Defined in src/typings.ts:369

Amount of ETH in gwei for every unit of gas user is willing to pay


nonce#

• nonce: number

Defined in src/typings.ts:377

Transaction count of given user address