SenderTransaction constructor
SenderTransaction({
- required String digest,
- required int? timestampMs,
- required bool success,
- required List<
TxBalanceChange> balanceChanges, - String? senderAddress,
- bool isProgrammableTransaction = false,
- List<
String> commandTypes = const [], - bool commandTypesTruncated = false,
- TransactionGasSummary? gasSummary,
- List<
TxObjectChange> objectChanges = const [], - bool balanceChangesTruncated = false,
- bool objectChangesTruncated = false,
Implementation
SenderTransaction({
required this.digest,
required this.timestampMs,
required this.success,
required this.balanceChanges,
this.senderAddress,
this.isProgrammableTransaction = false,
this.commandTypes = const [],
this.commandTypesTruncated = false,
this.gasSummary,
this.objectChanges = const [],
this.balanceChangesTruncated = false,
this.objectChangesTruncated = false,
});