totalFees property
Implementation
TransactionId get id; TransactionId? get prevTransactionId;@dateSecondsSinceEpochJsonConverter DateTime get createdAt; bool get aborted;@JsonKey(includeIfNull: false) int? get exitCode;@JsonKey(includeIfNull: false) int? get resultCode; AccountStatus get origStatus; AccountStatus get endStatus;@amountJsonConverter BigInt get totalFees;