TonTransactions constructor
TonTransactions({
- required int gramAmount,
- required List<
TonTransaction> transactions, - required String nextOffset,
Implementation
TonTransactions({
required this.gramAmount,
required this.transactions,
required this.nextOffset,
});