Return array of account info objects for the usernames passed.
The accounts to fetch.
Return block blockNum.
Return header for blockNum.
Return median chain properties decided by witness.
Return server config. See: https://github.com/steemit/steem/blob/master/libraries/protocol/include/steemit/protocol/config.hpp
Return median price in SBD for 1 STEEM as reported by the witnesses.
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 state of server.
Return all applied operations in blockNum.
Return all of the state required for a particular url path.
Path component of url conforming to condenser's scheme
e.g. @almost-digital
or trending/travel
Convenience to fetch a block and return a specific transaction.
Get list of delegations made by account.
Account delegating
Delegatee start offset, used for paging.
Number of results, max 1000.
Verify signed transaction.
Generated using TypeDoc
Convenience for calling
database_api
.