Version: 0.17.1

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:403

Balance of given user address in ETH


gasPrice#

• gasPrice: string

Defined in src/typings.ts:399

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


nonce#

• nonce: number

Defined in src/typings.ts:407

Transaction count of given user address