TronResult class

Constructors

TronResult.new({BigInt? fee, TronResultCode? ret, TronContractResult? contractRet, String? assetIssueID, BigInt? withdrawAmount, BigInt? unfreezeAmount, BigInt? exchangeReceivedAmount, BigInt? exchangeInjectAnotherAmount, BigInt? exchangeWithdrawAnotherAmount, BigInt? exchangeId, BigInt? shieldedTransactionFee, BigInt? withdrawExpireAmount, Map<String, BigInt>? cancelUnfreezeV2Amount})
const
TronResult.fromJson(Map<String, dynamic> json)
factory

Properties

assetIssueID String?
final
cancelUnfreezeV2Amount Map<String, BigInt>?
final
contractRet TronContractResult?
final
exchangeId BigInt?
final
exchangeInjectAnotherAmount BigInt?
final
exchangeReceivedAmount BigInt?
final
exchangeWithdrawAnotherAmount BigInt?
final
fee BigInt?
final
hashCode int
The hash code for this object.
no setterinherited
ret TronResultCode?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shieldedTransactionFee BigInt?
final
unfreezeAmount BigInt?
final
withdrawAmount BigInt?
final
withdrawExpireAmount BigInt?
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