TronScanRepository class
Methods
-
getAccountInfo(String address)
→ Future<JSON>
-
-
getAccountSecurity(String address)
→ Future<JSON>
-
-
getBlockEndpoint({required int start, required int limit, String? producer, bool descending = true, int? startTimestamp, int? endTimestamp})
→ String
-
-
getCall<T>(String url)
→ Future<T>
-
inherited
-
getCurrentTPS()
→ Future<JSON>
-
-
getLatestBlock()
→ Future<JSON>
-
-
getNodeMap()
→ Future<JSON>
-
-
getTokenPrice(String symbol)
→ Future<JSON>
-
-
getTokenSecurity(String tokenId)
→ Future<JSON>
-
-
getTransactions({required String address, required CoinEntity token, int limit = 10, int? startTimestamp, int? endTimestamp, String? type, String? method, List<String>? tokens})
→ Future<Set<TronTransaction>>
-
-
getTransactionsEndpont({required int start, required String address, int limit = 10, int? startTimestamp, int? endTimestamp, String? type, String? method, int? block, List<String>? tokens})
→ String
-
-
getTRC10TransferList({required String address, required String trc10Id, int start = 0, int limit = 20, int direction = 0, int? start_timestamp, int? end_timestamp})
→ Future<JSON>
-
-
getTRC20TransferList({required String address, required ERC20Entity trc20, int start = 0, int limit = 20, int direction = 0, int? start_timestamp, int? end_timestamp})
→ Future<Set<TronTransaction>>
-
-
getTRXTransferList({required String address, int start = 0, int limit = 20, int direction = 0, bool fee = false, int? start_timestamp, int? end_timestamp})
→ Future<JSON>
-
-
getUnfreezableBalance(String address)
→ Future<JSON>
-
-
getWalletTokens({required String address, int asset_type = 0})
→ Future<JSON>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
postCall<T>(String url, {required JSON data})
→ Future<T>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited