flutter_icon_network
transaction_result
TransactionResult
TransactionResult constructor
TransactionResult
flutter_icon_network
transaction_result
TransactionResult
TransactionResult constructor
TransactionResult class
Constructors
TransactionResult
fromJson
Properties
hashCode
runtimeType
scoreAddress
status
stepUsed
txHash
Methods
noSuchMethod
toJson
toString
Operators
operator ==
TransactionResult
constructor
TransactionResult
(
{
String
scoreAddress
,
String
status
,
String
txHash
,
String
stepUsed
}
)
Implementation
TransactionResult({ this.scoreAddress, this.status, this.txHash, this.stepUsed, });