TronResult constructor
const
TronResult({
- 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,
Implementation
const TronResult({
this.fee,
this.ret,
this.contractRet,
this.assetIssueID,
this.withdrawAmount,
this.unfreezeAmount,
this.exchangeReceivedAmount,
this.exchangeInjectAnotherAmount,
this.exchangeWithdrawAnotherAmount,
this.exchangeId,
this.shieldedTransactionFee,
this.withdrawExpireAmount,
this.cancelUnfreezeV2Amount,
});