Hive Developer Portal

Search Results
Showing results for "hive create account delegation time"
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...
HIVE_CREATE_ACCOUNT_DELEGATION_RATIO
...with delegation. As an example, imagine the account creation fee is currently 3.000 HIVE. Instead of creating the account using pure HIVE, there is an option to use delegati...
condenser_api.lookup_account_names
Looks up account names. Parameters: accounts:[string]; delayed_votes_active:boolean Also see: database_api.find_accounts
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.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.grant_active_permission
...we show you how to check if someone has got active permission for an account on the Hive blockchain and how to grant or revoke that permission using the beem library. Provid...
titles.grant_active_permission
...with utmost care, you don’t want to loose your funds. It is really not easy to hack Hive accounts, let alone take control over it. But without careful use (revealing private...
titles.forum_market_bandwidth
...rmine the remaining bandwidth available to a particular account. As mentioned in the HIVE Whitepaper: Bandwidth used by an individual user should be measured over a suitabl...
titles.get_state_replacement
..., total_pow: 18446744073709551615, um_pow_witnesses: 0, virtual_supply: 0.000 HIVE, current_supply: 0.000 HIVE, confidential_supply: 0.000 HIVE, current_hbd_supp...
titles.node_config
When running hived for the first time, once the startup banner appears, press Ctrl+C to exit. Running hived like this will generate a data directory and a pristine copy o...
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.rc_dev
Full, runnable src of Power Up Hive can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-36_rcdemo.zip). Stat...