Skip to content

Latest commit

 

History

History
103 lines (55 loc) · 2.2 KB

RawAlgorandTransaction.md

File metadata and controls

103 lines (55 loc) · 2.2 KB

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

Interface: RawAlgorandTransaction

Hierarchy

Table of contents

Properties

Properties

amount

amount: string

Inherited from

RawTransactionCommon.amount

Defined in

rawTypes.ts:35


assetId

Optional assetId: string

Defined in

families/algorand/types.ts:22


family

Readonly family: ALGORAND

Overrides

RawTransactionCommon.family

Defined in

families/algorand/types.ts:19


fees

Optional fees: string

Defined in

families/algorand/types.ts:21


memo

Optional memo: string

Defined in

families/algorand/types.ts:23


mode

mode: AlgorandOperationMode

Defined in

families/algorand/types.ts:20


recipient

recipient: string

Inherited from

RawTransactionCommon.recipient

Defined in

rawTypes.ts:36