TronRequestScanShieldedTrc20NotesByIvk constructor

TronRequestScanShieldedTrc20NotesByIvk({
  1. required int startBlockIndex,
  2. required int endBlockIndex,
  3. required String shieldedTRC20ContractAddress,
  4. required String ivk,
  5. required String ak,
  6. required String nk,
})

Implementation

TronRequestScanShieldedTrc20NotesByIvk(
    {required this.startBlockIndex,
    required this.endBlockIndex,
    required this.shieldedTRC20ContractAddress,
    required this.ivk,
    required this.ak,
    required this.nk});