TGetSendTransactionStatusResponse class

Constructors

TGetSendTransactionStatusResponse({required String txStatus, v1EthSendTransactionStatus? eth, String? txError, v1TxError? error})
const
TGetSendTransactionStatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

error v1TxError?
Structured error information including revert details, if available.
final
eth v1EthSendTransactionStatus?
Ethereum-specific transaction status.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txError String?
The error encountered when broadcasting or confirming the transaction, if any.
final
txStatus String
The current status of the send transaction.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited