Hive Developer Portal

Search Results
Showing results for "delegation"
Delegation
The assignment of Hive Power for content influence by another account (cannot be spent, can be revoked by the delegator in 5 days)
delegate_vesting_shares
...g rights and resource credit are transferred to the receiving account. This sets the delegation to vesting_shares, increasing it or decreasing it as needed (i.e. a delegation of 0...
delegation_return_period
condenser_api.get_vesting_delegations
Returns the vesting delegations by an account. Parameters: delegator_account:string; start_account:string; limit:int up to 1000 delegator_account (string) star...
return_vesting_delegation
...account to another account comes back to the original owner. When a user cancels its delegation, it takes 7 days to complete (see: delegate_vesting_shares).
condenser_api.list_rc_direct_delegations
Get list of “from” “to” which account how much RC was delegated.
database_api.list_vesting_delegations
Returns a list of vesting delegations. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_delegation - order by delegat...
DPOS
Delegated Proof of Stake
titles.get_delegations_by_user
Full, runnable src of Get Delegations By User can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-29...
account_create_with_delegation
Deprecated as of HF20 If an account creation service would still like to provide a delegation of Hive Power to the accounts they create, they can still follow the account...
titles.delegate_power
...an empower an application, author, or curator to make higher votes. Before we do the delegation, we use the Account module to check the current HIVE Power balance of the account to...
database_api.find_vesting_delegations
Returns the list of vesting delegations for an account. Parameters: account:string account (string) hiveio Queries for vesting for hi...
titles.get_delegations_by_user
Full, runnable src of Get Delegations By User can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-29_get_del...
HIVE_CREATE_ACCOUNT_DELEGATION_TIME
There is a minimum delegation period (30 days) and a minimum fee in HIVE even when delegating for account creation (derived with HIVE_CREATE_ACCOUNT_DELEGATION_RATIO). Th...
titles.delegate_power
...S balance as well as allowing interactively delegate. It should be noted that when a delegation is cancelled, the VESTS will only be available again after a 5 day cool-down period....
HIVE_CREATE_ACCOUNT_DELEGATION_RATIO
This ratio is set to 5 and is used to determine the cost of an account created with delegation. As an example, imagine the account creation fee is currently 3.000 HIVE. I...
condenser_api.list_rc_accounts
Find accounts and their RC delegations
database_api.list_vesting_delegation_expirations
Returns a list of vesting delegation expirations. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_expiration - order...
database_api.find_vesting_delegation_expirations
Returns the expiring vesting delegations for an account. Parameters: account:string account (string) hiveio Queries for expiring vest...
condenser_api.get_expiring_vesting_delegations
Returns the expiring vesting delegations for an account. Parameters: account:string, after:timestamp account (string) after (timestamp) hiveio...
HIVE_DELEGATION_RETURN_PERIOD_HF20
HIVE_DELEGATION_RETURN_PERIOD_HF0
rc_api.list_rc_direct_delegations
wallet_bridge_api.list_rc_direct_delegations
Witness
Witness is a position/role for the people who are chosen by community (delegate trust) to support platform and run consensus protocol to ensure security and validity of t...
condenser_api.find_rc_accounts
Returns the available resource credits of accounts.
HIVE_HARDFORK_REQUIRED_WITNESSES
The minimum number of Delegated Proof of Stake witnesses required for hardfork. This guarantees 75% participation on all subsequent rounds. By default it is set to 17, bu...
downvote_pool_percent
...rating over five days and filling instantly and proportionally to new Hive Power and delegations.
account_witness_proxy
Allows one account to delegate witness votes to another account. If a proxy is specified then all existing witness votes are removed. Note, as of HF21, setting a witness...
Manabar
...nerated from 0 to 100% of max linearly over 5 days. It is a function of Hive Power, delegations, and active power down that tracks unspent reward fund shares. Each user also ha...
wallet_bridge_api.get_dynamic_global_properties
titles.tutorials
...account’s power downs or withdraws. Get Delegations By User View the vesting delegations made by a user as well as the...
database_api.get_dynamic_global_properties
Returns the current dynamic global properties. See: Understanding Dynamic Global Properties
titles.power_down
Full, runnable src of Power Down can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-25_power_down.zip). In...
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:...
titles.welcome
Hive is a decentralized blockchain with fast transaction speed (3s) without fees, human readable account names, decentralized community fund and algorithmic stablecoin (H...
titles.estimate_upvote
This recipe will take you through the process of fetching necessary data and formulating estimation. Intro Calculating value of each vote depends on multiple factors. Rew...
database_api.find_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
rc_api.get_resource_params
Exports all relevant resource size constants, in particular the measurement-based execution time parameters. See: #2980
titles.power_down
...wn how much is currently powering down how much has been delegated (because active delegation locks those funds from being powered down) Available balance will be in the avail v...
condenser_api.get_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
condenser_api.lookup_account_names
Looks up account names. Parameters: accounts:[string]; delayed_votes_active:boolean Also see: database_api.find_accounts
titles.paginated_api_methods
...istories list_savings_withdrawals list_hbd_conversion_requests list_vesting_delegation_expirations list_vesting_delegations list_votes list_withdraw_vesting_route...
titles.grant_active_permission
...lease for certain period of time and system can take care of payments and release of delegations (notify clients). Even better, you can use multi-signature feature to establish 10...
titles.condenser
Condenser endpoints Condenser is codename to opensource frontend hosted on Hive.blog. Developers are encouraged to review, submit improvements and utilize opensource co...
titles.get_state_replacement
...:14921682.900 HBD, current_supply:277501868.004 HIVE, current_witness:ausbitbank, delegation_return_period:432000, head_block_id:0190f89c584661d6ffc78e17395df17ea5653197, head...
titles.forum_market_bandwidth
Intro Please note, Bandwidth has been replaced by Resource Credits. This document is outdated and will remain in place to give historical context prior to HF20. Also se...
titles.wallet_bridge_api
..._accounts list_proposal_votes list_proposals list_rc_accounts list_rc_direct_delegations list_witnesses Required for cli_wallet interactions. Remember that you need to...
titles.grant_active_permission
...lease for certain period of time and system can take care of payments and release of delegations (notify clients). Even better, you can use multi-signature feature to establish 100...
titles.create_account
...then creating the account. Also see: account_create_operation account_create_with_delegation_operation claim_account_operation Steps App setup Setup dhive to use the proper...
titles.rc_dev
...+= self.exec_info.account_create_operation_exec_time def visit_account_create_with_delegation_operation( self, op ): self.state_bytes_count += ( self.size_info.account_o...
titles.node_config
...ill_transfer_from_savings_operation delegate_vesting_shares_operation return_vesting_delegation_operation comment_benefactor_reward_operation account-history-blacklist-ops Defines...