TronRequestGetBlockBalance constructor

TronRequestGetBlockBalance({
  1. required String hash,
  2. required int number,
  3. required bool visible,
})

Implementation

TronRequestGetBlockBalance({
  required this.hash,
  required this.number,
  required this.visible,
});