Hive Developer Portal

Search Results
Showing results for "transfer to savings"
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...
transfer_from_savings
...account take three days. Their execution is recorded in the blockchain with the fill_transfer_from_savings virtual operation.
fill_transfer_from_savings
Issued when the delay for a transfer request from a savings balance is complete and the transfer is effectively executed (see: transfer_from_savings)
cancel_transfer_from_savings
Funds withdrawals from the savings can be canceled at any time before it is executed.
HIVE_SAVINGS_WITHDRAW_TIME
...lue 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 from savings. T...
titles.transfer_hive_and_hbd_savings
...er_type == 'Transfer': account.transfer_to_savings(amount, asset, '') print(' ' + 'Transfer to savings balance successful') else: # create request ID random integer request_id = random....
titles.tutorials
...rn how to interpret account reputation. Transfer HIVE and HBD Transfer both HIVE and HBD from one account to another....
titles.node_config
...list of operations which will be explicitly logged. account-history-whitelist-ops = transfer_operation transfer_to_vesting_operation withdraw_vesting_operation interest_operatio...
titles.edit_content_patching
...2. Post to update We require the private posting key of the user in order for the transfer to be committed to the blockchain. This is why we are using a testnet. The values ar...