TronRequestCreateShieldedContractParameters constructor

TronRequestCreateShieldedContractParameters({
  1. String? ovk,
  2. String? fromAccount,
  3. String? toAmount,
  4. String? transparentToAddress,
  5. required String shieldedTRC20ContractAddress,
  6. String? ask,
  7. String? nsk,
})

Implementation

TronRequestCreateShieldedContractParameters({
  this.ovk,
  this.fromAccount,
  this.toAmount,
  this.transparentToAddress,
  required this.shieldedTRC20ContractAddress,
  this.ask,
  this.nsk,
});