HiveApiClient class
Methods
-
getAccountHistory(String accountName, {int start = 0, int size = 20, int? operationFilterLow, int? operationFilterHigh})
→ Future<List<AccountHistoryEntry>>
-
-
getAccountNotifications(String account, {int? limit})
→ Future<List<AccountNotification>>
-
-
getAccountReputations(String accountLowerBounds, {int? limit})
→ Future<List<AccountReputation>>
-
-
getAccounts(List<String> usernames)
→ Future<List<Account>>
-
-
getDatabaseGlobalProperties()
→ Future<DatabaseGlobalProperties>
-
-
getDiscussion({required String author, required String permlink})
→ Future<Discussion>
-
Return a discussion with the given parameters.
Throws a NotFoundFailure if a post could not be found.
-
getDiscussionsBy(DiscussionBySort sort, {required String tag, int? limit, List<String>? filterTags, List<String>? selectAuthors, List<String>? selectTags, int? truncateBody})
→ Future<List<DiscussionBy>>
-
Return a discussion with the given parameters.
Throws a NotFoundFailure if a post could not be found.
-
getFollowCount(String account)
→ Future<FollowCount>
-
-
getFollowers(String account, {String? start, String? type, int? limit})
→ Future<List<Following>>
-
-
getFollowing(String account, {String? start, String? type, int? limit})
→ Future<List<Following>>
-
-
getPost({required String author, required String permlink})
→ Future<Post>
-
Return a post with the given parameters.
Throws a NotFoundFailure if a post could not be found.
-
getProfile(String account)
→ Future<Profile>
-
-
getRepliesByLastUpdate({required String startParentAuthor, String? startPermlink = '', int? limit})
→ Future<List<Post>>
-
-
getUnreadNotifications(String account)
→ Future<UnreadNotifications>
-
-
listVotes({required String voter, String? author, String? permlink, int? limit})
→ Future<List<Vote>>
-
-
lookupAccounts(String lowerBoundName, {int? limit})
→ Future<List<String>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited