TronRequestScanShieldedTrc20NotesByOvk constructor

TronRequestScanShieldedTrc20NotesByOvk({
  1. required int startBlockIndex,
  2. required int endBlockIndex,
  3. required String shieldedTRC20ContractAddress,
  4. required String ovk,
})

Implementation

TronRequestScanShieldedTrc20NotesByOvk({
  required this.startBlockIndex,
  required this.endBlockIndex,
  required this.shieldedTRC20ContractAddress,
  required this.ovk,
});