menu
walletkit_dart
walletkit_dart.dart
TronScanRepository
getNodeMap method
getNodeMap
dark_mode
light_mode
getNodeMap
method
Future
<
JSON
>
getNodeMap
(
)
Implementation
Future<JSON> getNodeMap() { final endpoint = "$baseURL/nodemap"; return getCall<JSON>(endpoint); }
walletkit_dart
walletkit_dart
TronScanRepository
getNodeMap method
TronScanRepository class