TGetSendTransactionStatusResponse constructor

const TGetSendTransactionStatusResponse({
  1. required String txStatus,
  2. v1EthSendTransactionStatus? eth,
  3. v1SolanaSendTransactionStatus? solana,
  4. String? txError,
  5. v1TxError? error,
})

Implementation

const TGetSendTransactionStatusResponse({
  required this.txStatus,
  this.eth,
  this.solana,
  this.txError,
  this.error,
});