BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
37 namespace graphene {
namespace wallet {
namespace detail {
85 if( op_name.find_last_of(
':') != std::string::npos )
86 op_name.erase(0, op_name.find_last_of(
':')+1);
87 out << op_name <<
" ";
122 void print_redeem(
const graphene::protocol::htlc_id_type&
id,
123 const std::string& redeemer,
const std::vector<char>& preimage,
The proposal_update_operation updates an existing transaction proposal.
Converts public account balance to a blinded or stealth balance.
const wallet_api_impl & _wallet
void print_redeem(const graphene::protocol::htlc_id_type &id, const std::string &redeemer, const std::vector< char > &preimage, const graphene::protocol::asset &op_fee) const
void print_result() const
account_object get_account(account_id_type id) const
std::string operator()(const graphene::protocol::void_result &x) const
Update an existing account.
std::string result_type
Return the decrypted memo if a memo exists, otherwise return an empty string.
std::string operator()(const T &op) const
Converts blinded/stealth balance to a public account balance.
operation_printer(std::ostream &out, const wallet_api_impl &wallet, const graphene::chain::operation_history_object &obj)
used to take an asset out of circulation, returning to the issuer
Update options common to all assets.
void print_preimage(const std::vector< char > &preimage) const
std::string print_memo(const fc::optional< graphene::protocol::memo_data > &memo) const
Transfers an amount of one asset from one account to another.
Update options specific to BitAssets.
Publish price feeds for market-issued assets.
Update the set of feed-producing accounts for a BitAsset.
Schedules a market-issued asset for automatic settlement.
instructs the blockchain to attempt to sell one asset for another
Allows the issuer of an asset to transfer an asset from any account to any account if they have overr...
operation_result_printer(const wallet_api_impl &w)
Transfers BTS from the fee pool of a specified asset back to the issuer's balance.
tracks the history of all logical operations on blockchain state