Readonly
clientReturns one or more account history objects for account operations
const op = dhive.utils.operationOrders
const operationsBitmask = dhive.utils.makeBitMaskFilter([
op.transfer,
op.transfer_to_vesting,
op.withdraw_vesting,
op.interest,
op.liquidity_reward,
op.transfer_to_savings,
op.transfer_from_savings,
op.escrow_transfer,
op.cancel_transfer_from_savings,
op.escrow_approve,
op.escrow_dispute,
op.escrow_release,
op.fill_convert_request,
op.fill_order,
op.claim_reward_balance,
])
The account to fetch
The starting index
The maximum number of results to return
Optional
operation_bitmask: [number, number]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 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.
Returns the details of a transaction based on a transaction id.
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
.