TronRequestIsShieldedTrc20ContractNoteSpent constructor

TronRequestIsShieldedTrc20ContractNoteSpent({
  1. required String ak,
  2. required String nk,
  3. required int position,
  4. required String shieldedTRC20ContractAddress,
})

Implementation

TronRequestIsShieldedTrc20ContractNoteSpent(
    {required this.ak,
    required this.nk,
    required this.position,
    required this.shieldedTRC20ContractAddress});