Hive Developer Portal

Search Results
Showing results for "account update"
account_update
Updates account information.
account_update2
This operation behaves identically to the existing account_update_operation except that it allows the posting authority to sign when the owner and active authorities and...
titles.using_multisignature_accounts
...at Will I Learn? You will learn how to set-up a multi-signature authority for Hive accounts You will learn how to prepare a transaction to be signed by multiple keys You wil...
bridge.get_account_posts
Lists posts related to a given account. sort - Supported values: blog - top posts authored by given account (excluding posts to communities - unless explicitely re...
request_account_recovery
All account recovery requests come from a listed recovery account. This is secure based on the assumption that only a trusted account should be a recovery account. It is...
titles.account_recovery
...ery and new account keys data objects - creation of new account keys and objects for account update and recovery Account recovery commit - transmit account recovery to blockchain Acc...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-09_get_account_co...
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-08_get_account_rep...
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-08_get...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-09_ge...
titles.password_key_change
...e new keys derived from your new password Commit changes to blockchain - Commit the account update to the blockchain 1. App setup In this tutorial we use the following packages: b...
bridge.get_post
Gives single selected post. author - valid account permlink - valid permlink observer - valid account [optional]
titles.claim_rewards
...we show you how to check the HIVE, HBD and HIVE POWER (VESTS) rewards balances of an account on the Hive blockchain, and how to claim either a portion or all of the rewards for...
rc_api.get_resource_params
Exports all relevant resource size constants, in particular the measurement-based execution time parameters. See: #2980
recurrent_transfer
...a recurrent transfer (transfers any liquid asset every fixed amount of time from one account to another). If amount is set to 0, the recurrent transfer is be deleted. If there i...
titles.convert_hbd_to_hive
...mit transactions to the blockchain. We are using the convert method found within the Account instance. Before we do the conversion, we check the current balance of the account t...
titles.convert_hive_to_hbd
...s to the blockchain. We are using the collateralized_convert method found within the Account instance. Before we do the conversion, we check the current balance of the account t...
titles.exchange_node
Intro By defining a range of accounts to track as a JSON pair [from, to], we can instruct hived to only track the exact accounts that involve the exchange. These instruct...
comment
...w blog this is an empty string author - author of the post/comment being submitted (account name) permlink - unique string identifier for the post, linked to the author of the...
titles.grant_active_permission
...ration for both new permissions and to revoke permissions use the same parameters. //account update broadcast client.broadcast.updateAccount(accObj, privateKey).then( function(result...
bridge.get_ranked_posts
...ted The value for tag can be any valid tag. The value for observer can be any valid account or empty string.
titles.grant_posting_permission
...ration for both new permissions and to revoke permissions use the same parameters. //account update broadcast client.broadcast.updateAccount(accObj, privateKey).then( function(result...
titles.sso
...transactions are signed by other means. These services allow you to login with Hive account and perform actions without any chain operations. This is perfect use case for off-c...
titles.broadcast_ops_custom
...ain hivesigner.js hive-js beem hive-ruby Related setRole Sets a role for a given account in a community. Owner can set any role. Admins can set the role of any account to...
titles.get_transaction_node
...the lowest possible resource node that can support condenser_api.get_transaction and account_history_api.get_transaction. Sections Minimum Requirements Building hived Config...
titles.edit_content_patching
...We import the libraries. import beem import getpass from beem import Hive from beem.account import Account from beem.comment import Comment from beem.transactionbuilder import...
titles.imagehoster
...HRPwPPQCgSMgdiUT/test.jpg } For this to succeed it requires a signature from a Hive account in good standing. 2. Fetch an uploaded image GET /<image_hash>/<filename&g...
comment_options
...d in the extension field of the comment_options_operation and is a sorted vector (by account name) of account name, weight pairs. The beneficiaries can only be specified once an...
titles.node_config
...og-appender log-console-appender log-file-appender log-logger backtrace plugin account-history-track-account-range account-history-whitelist-ops account-history-blacklis...
titles.calculate_rc_recipe
...e’s Blockchain Team. Intro RCs are non-transferable credits that accrue to each Hive account based on how much Hive Power (HP) it has. An account spends RC when it transacts on...
titles.get_state_replacement
...he list of content being requested, the latest Dynamic Global Properties, the latest Account Data for the authors included in the results, and the current feed price. The getSta...
titles.bridge
Methods: account_notifications does_user_follow_any_lists get_account_posts get_community get_community_context get_discussion get_follow_list get_payout...
titles.paginated_api_methods
...by_voter_comment. Sections The following methods have various forms of pagination: account_history_api get_account_history database_api list_accounts list_ch...
titles.tic_tac_toe
...First, we make a call to the Hive RPC API node by using hive-tx library and get the account information including the public posting key. Then we convert the user’s private pos...
titles.witness_node
...use for init witnesses, overrides genesis file # dbg-init-key = # Defines a range of accounts to track as a json pair [from,to] [from,to) # track-account-range = # Disables auto...
titles.using_hivemind
...does not support any queries to do with wallets, orders, escrow, keys, recovery, or account history. Supported API functionality: Core API set available in Hivemind: condens...
titles.stream_blockchain_transactions
...ion you’re interested in. Also see: block_api.get_block block_api.get_block_range account_history_api.enum_virtual_ops Sections Streaming Transactions Streaming Operation...
titles.get_post_details
...hout_time - if the content has reached payout beneficiaries - reward routes other accounts active_votes - all votes applied json_metadata - things like tags and app...
titles.haf_api
...ently takes over 2 hours to create the indexes, and another two hours to cluster the account_operations table, so be patient. Do not interrupt the process or your database will...
titles.setting_up_testnet
...This docker command is useful for rapid testnet deploy because it only creates 2,000 accounts. See: inertia/tintoy But in this tutorial, we will go over the no docker approach w...
titles.get_post_details
...To uniquely identify content, it's best to use author/permlink. author - The author account name of the content. permlink - Permanent link of the content, must be unique in th...
titles.get_post_details
...mmonly used fields from the response object as well as parse body of the post. Intro Accounts have unique permlink - permanent link for each of their posts. And Hive blockchain...
titles.vision
...a few endpoints for getting common data and build RSS feed from various communities, accounts and feeds. Getting a particular RSS Feed of author/user: https://ecency.com/@curie/...