Returns one or more account history objects for account operations
The account to fetch
The starting index
The maximum number of results to return
Return array of account info objects for the usernames passed. @param usernames The accounts to fetch.
Returns all votes for the given post.
Returns the list of active witnesses
Return block blockNum.
Return header for blockNum.
Returns a list of blog entries for an account.
Return median chain properties decided by witness.
Return server config. See: https://gitlab.com/blurt/blurt/-/blob/master/libraries/protocol/include/blurt/protocol/config.hpp
Returns a content (post or comment).
Returns a list of replies.
Return array of discussions (a.k.a. posts).
The type of sorting for the discussions, valid options are:
active
blog
cashout
children
comments
created
feed
hot
promoted
trending
votes
. Note that
for blog
and feed
the tag is set to a username.
Return Dynamic Global Properties.
return the count of followers/following for an account
return the list of the followers of an account
return the list of accounts that are following an account
Return all applied operations in blockNum.
Returns all proposal votes, starting with the specified voter or proposal.id.
Depends on order (see below)
The maximum number of proposals to return (max 1000).
can be one of:
The direction in which to order the results. Can be ascending or descending
The status of proposals to return.
A Promise that resolves to an array of ProposalVote objects.
Returns an array of proposals filtered by the specified parameters.
Depends on order (see below)
The maximum number of proposals to return (max 1000).
can be one of:
The direction in which to order the results. Can be ascending or descending
The status of proposals to return.
A Promise that resolves to an array of Proposal objects.
Returns the list of accounts that are reblogged a content (post).
Returns information about the current reward funds
Return all of the state required for a particular url path.
Path component of url conforming to condenser's scheme
e.g. @beblurt
or trending/travel
Returns the details of a transaction based on a transaction id.
return rpc node version
Get list of delegations made by account.
Account delegating
Delegatee start offset, used for paging.
Number of results, max 1000.
Returns the current witness schedule
Returns current witnesses by vote
Returns the current number of witnesses
Looks up accounts starting with name
Looks up accounts starting with name
Verify signed transaction.
Generated using TypeDoc
Convenience for calling
condenser_api
.