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 <<
" ";
121 void print_preimage(
const std::vector<char>& preimage)
const;
122 void print_redeem(
const graphene::protocol::htlc_id_type&
id,
123 const std::string& redeemer,
const std::vector<char>& preimage,
125 void print_result()
const;
Update the set of feed-producing accounts for a BitAssetBitAssets have price feeds selected by taking...
operation_printer(std::ostream &out, const wallet_api_impl &wallet, const graphene::chain::operation_history_object &obj)
tracks the history of all logical operations on blockchain stateAll operations and virtual operations...
operation_result_printer(const wallet_api_impl &w)
std::string operator()(const T &op) const
Update an existing account.
Schedules a market-issued asset for automatic settlementHolders of market-issued assests may request ...
Publish price feeds for market-issued assetsPrice feed providers use this operation to publish their ...
Allows the issuer of an asset to transfer an asset from any account to any account if they have overr...
used to take an asset out of circulation, returning to the issuer
Transfers an amount of one asset from one account to another.
std::string result_type
Return the decrypted memo if a memo exists, otherwise return an empty string.
Converts blinded/stealth balance to a public account balance.
instructs the blockchain to attempt to sell one asset for anotherThe blockchain will atempt to sell a...
Update options specific to BitAssetsBitAssets have some options which are not relevant to other asset...
std::string operator()(const graphene::protocol::void_result &x) const
Update options common to all assetsThere are a number of options which all assets in the network use...
Transfers BTS from the fee pool of a specified asset back to the issuer's balance.
The proposal_update_operation updates an existing transaction proposalThis operation allows accounts ...
const wallet_api_impl & _wallet
account_object get_account(account_id_type id) const
Converts public account balance to a blinded or stealth balance.