Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 1.8 KB

CryptoOrgTransaction.md

File metadata and controls

82 lines (44 loc) · 1.8 KB

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

Interface: CryptoOrgTransaction

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


family

Readonly family: CRYPTO_ORG

Defined in

families/crypto_org/types.ts:9


fees

Optional fees: BigNumber

Defined in

families/crypto_org/types.ts:11


mode

mode: string

Defined in

families/crypto_org/types.ts:10


recipient

recipient: string

The address of the transaction's recipient

Inherited from

TransactionCommon.recipient

Defined in

types.ts:96