Hive Developer Portal

Search Results
Showing results for "get savings withdraw"
transfer_from_savings
Funds withdrawals from the savings to an account take three days. Their execution is recorded in the blockchain with the fill_transfer_from_savings virtual operation.
database_api.find_savings_withdrawals
Returns the list of savings withdrawls for an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for acco...
HIVE_SAVINGS_WITHDRAW_TIME
This value sets the timelock of 3 days for funds being withdrawn from savings. Funds can be transferred into savings instantly, but require 72 hours (3 days) to withdraw...
condenser_api.get_savings_withdraw_from
Returns savings withdraw from an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for account named “hi...
condenser_api.get_savings_withdraw_to
Returns the savings withdraw to an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for account named “...
database_api.list_savings_withdrawals
Returns a list of savings withdrawls. Parameters: start:object, limit:int, order:string limit is up to 1000. order can be one of: by_from_id - order by id...
transfer_to_savings
For time locked savings accounts. A user can place Hive and Hive Dollars into time locked savings balances. Funds can be withdrawn from these balances after a three day d...
cancel_transfer_from_savings
Funds withdrawals from the savings can be canceled at any time before it is executed.
HIVE_SAVINGS_WITHDRAW_REQUEST_LIMIT
titles.transfer_hive_and_hbd_savings
...rs We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account import random Because th...
titles.tutorials
...RC Bandwidth Parameters Analyze the dynamics of the resource budget pool. RC Bandwidth System...
titles.node_config
...ion set to /tmp/hived.sock): curl -s --data '{ jsonrpc: 2.0, method: condenser_api.get_account_count, params: [], id: 1 }' --unix-socket /tmp/hived.sock http: See: #320...