Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 2.27 KB

EthereumTransaction.md

File metadata and controls

104 lines (56 loc) · 2.27 KB

@ledgerhq/live-app-sdk / Exports / EthereumTransaction

Interface: EthereumTransaction

Hierarchy

Table of contents

Properties

Properties

amount

amount: BigNumber

The amount of token to send in the transaction, denoted in the smallest cryptocurrency's magnitude For example in BTC, a tx with an 'amount' field of 1 will correspond to a tx corresponding to 0.00000001 BTC

Inherited from

TransactionCommon.amount

Defined in

types.ts:92


data

Optional data: Buffer

Defined in

families/ethereum/types.ts:11


family

Readonly family: ETHEREUM

Defined in

families/ethereum/types.ts:9


gasLimit

Optional gasLimit: BigNumber

Defined in

families/ethereum/types.ts:13


gasPrice

Optional gasPrice: BigNumber

Defined in

families/ethereum/types.ts:12


nonce

Optional nonce: number

Defined in

families/ethereum/types.ts:10


recipient

recipient: string

The address of the transaction's recipient

Inherited from

TransactionCommon.recipient

Defined in

types.ts:96