AnchorTransaction(- String? id,
- String? kind,
- String? status,
- int? statusEta,
- String? moreInfoUrl,
- String? amountIn,
- String? amountOut,
- String? amountFee,
- String? from,
- String? to,
- String? depositMemo,
- String? depositMemoType,
- String? withdrawAnchorAccount,
- String? withdrawMemo,
- String? withdrawMemoType,
- String? startedAt,
- String? completedAt,
- String? stellarTransactionId,
- String? externalTransactionId,
- String? message,
- bool? refunded,
- String? requiredInfoMessage,
- Map<String, AnchorField>? requiredInfoUpdates,
- String? claimableBalanceId
)
Implementation
AnchorTransaction(
this.id,
this.kind,
this.status,
this.statusEta,
this.moreInfoUrl,
this.amountIn,
this.amountOut,
this.amountFee,
this.from,
this.to,
this.externalExtra,
this.externalExtraText,
this.depositMemo,
this.depositMemoType,
this.withdrawAnchorAccount,
this.withdrawMemo,
this.withdrawMemoType,
this.startedAt,
this.completedAt,
this.stellarTransactionId,
this.externalTransactionId,
this.message,
this.refunded,
this.requiredInfoMessage,
this.requiredInfoUpdates,
this.claimableBalanceId);