TransactionStatus constructor

TransactionStatus({
  1. required TxStatusLabel status,
})

Implementation

TransactionStatus({required this.status});