Hive Developer Portal

Search Results
Showing results for "hive null account"
HIVE_NULL_ACCOUNT
Represents the canonical account with NO authority (nobody can access funds in null account)
titles.hivesigner
Full, runnable src of Hivesigner can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-02_hivesigner.z...
condenser_api.lookup_account_names
Looks up account names. Parameters: accounts:[string]; delayed_votes_active:boolean Also see: database_api.find_accounts
condenser_api.get_witness_by_account
...s of an account. Parameters: account:string account (string) hiveio Queries witness account of “hiveio” (of null if none exists). Also see: da...
database_api.find_accounts
...an account (string array) delayed_votes_active (boolean) [hiveio] Queries for account named “hiveio”. [hiveio, alice] false Q...
condenser_api.get_accounts
...an account (string array) delayed_votes_active (boolean) [hiveio] Queries for account named “hiveio”. [hiveio, alice] false Q...
database_api.find_savings_withdrawals
...for an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for account named “hiveio”.
database_api.list_account_recovery_requests
...ration account (string) limit (int) order (string) hiveio 10 by_account Queries the recovery requests for account named “hiveio”, o...
condenser_api.get_following
...account (string) start (string) type (string) limit (int) hiveio null blog 10 Queries for follows of the account named hiveio, up to 10...
condenser_api.get_followers
...account (string) start (string) type (string) limit (int) hiveio null blog 10 Queries for follows of the account named hiveio, up to 10...
titles.transfer_hive_and_hbd
Full, runnable src of Transfer HIVE And HBD can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-21_transfer_...
database_api.list_accounts
List accounts ordered by specified key. Parameters: start:object, limit:int, order:string, delayed_votes_active:boolean limit is up to 1000. order can be one of:...
database_api.list_owner_histories
...meters: start:array, limit:int start (array) limit (int) [hiveio, 1970-01-01T00:00:00] 10 Queries the owner history starting from account nam...
condenser_api.get_vesting_delegations
...delegator_account (string) start_account (string) limit (int) hiveio null 10 Queries up to 10 vesting delegations by “hiveio”. Also see:...
titles.account_reputation
...ster-tutorials-javascript-20_account_reputation.zip). This tutorial runs on the main Hive blockchain. And accounts queried are real users with reputation. Intro This tutorial...
database_api.list_escrows
...n be one of: by_from_id - order by id start is an array of two values: account, escrow_id by_ratification_deadline - order by ratification deadline...
titles.bridge
...y_roles list_pop_communities list_subscribers Presents data interpreted by the hivemind database as JSON-RPC. Also see: Communities Broadcast Ops SDK Referencehivexp...
database_api.list_hbd_conversion_requests
...start (array) limit (int) order (string) [hiveio, 0] 10 by_account Queries a conversion request for hiveio, limit to 10 re...
database_api.list_savings_withdrawals
...by_from_id Queries the savings withdraw for id. [2018-12-07T16:54:03, hiveio, 0] 10 by_complete_from_id Queries the savings withdraw for id (completed...
titles.wallet_bridge_api
...= wallet_bridge_api in your config.ini file if you are going to use cli_wallet. See: Hive HardFork 26 Jump Starter Kit Since: HF26 Related wallet_bridge_api.broadcast_t...
titles.follow_user
...ast.json operation. Intro We are using the broadcast.json operation provided by the dhive library to follow or unfollow a selected author. There are 4 variables required to e...
titles.get_delegations_by_user
...show you how to pull a list of both active and expiring vesting delegations from the Hive blockchain using the beem library. Intro The Hive python library has a built-in func...
titles.edit_content_patching
...ing.zip). In this tutorial we show you how to patch and update posts/comments on the Hive blockchain using the commit class found within the beem library. Intro Being able to...
smt_create
...fee field of the dynamic_global_properties object. This field may contain a value in HIVE or HBD. precision - Separately provided precision for clarity and redundancy. See:...
titles.get_delegations_by_user
...utorial will take you through the process of calling delegation information from the hive blockchain using the database API. The account information provided has been chosen...
titles.paginated_api_methods
...{ start: [, , ], limit: 10, order: by_comment_voter }, id: 1 }' https://api.hive.blog | jq Start (primarily database_api.list_*) Extending the previous example, if...
titles.tic_tac_toe
...ries written by @mahdiyari that describes how to develop a decentralized game on the Hive blockchain. It was originally released part by part, written over the course of abou...