menu
on_chain package
documentation
tron/src/provider/methods/get_block_balance.dart
TronRequestGetBlockBalance
TronRequestGetBlockBalance constructor
TronRequestGetBlockBalance constructor
dark_mode
light_mode
TronRequestGetBlockBalance
constructor
TronRequestGetBlockBalance
(
{
required
String
hash
,
required
int
number
,
required
bool
visible
,
})
Implementation
TronRequestGetBlockBalance( {required this.hash, required this.number, required this.visible});
on_chain package
documentation
tron/src/provider/methods/get_block_balance
TronRequestGetBlockBalance
TronRequestGetBlockBalance constructor
TronRequestGetBlockBalance class