BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This is the complete list of members for graphene::wallet::wallet_api, including all inherited members.
about() const | graphene::wallet::wallet_api | |
account_store_map(const string &account, const string &catalog, bool is_to_remove, const flat_map< string, optional< string >> &key_values, bool broadcast) const | graphene::wallet::wallet_api | |
add_operation_to_builder_transaction(transaction_handle_type transaction_handle, const operation &op) const | graphene::wallet::wallet_api | |
add_transaction_signature(const signed_transaction &tx, bool broadcast=false) const | graphene::wallet::wallet_api | |
approve_proposal(const string &fee_paying_account, const string &proposal_id, const approval_delta &delta, bool broadcast) const | graphene::wallet::wallet_api | |
begin_builder_transaction() const | graphene::wallet::wallet_api | |
bid_collateral(const string &bidder, const string &debt_amount, const string &debt_symbol_or_id, const string &additional_collateral, bool broadcast=false) const | graphene::wallet::wallet_api | |
blind_history(const string &key_or_account) const | graphene::wallet::wallet_api | |
blind_transfer(const string &from_key_or_label, const string &to_key_or_label, const string &amount, const string &symbol_or_id, bool broadcast=false) const | graphene::wallet::wallet_api | |
blind_transfer_help(const string &from_key_or_label, const string &to_key_or_label, const string &amount, const string &symbol, bool broadcast=false, bool to_temp=false) const | graphene::wallet::wallet_api | |
borrow_asset(const string &borrower, const string &amount_to_borrow, const string &asset_symbol_or_id, const string &amount_of_collateral, bool broadcast=false) const | graphene::wallet::wallet_api | |
borrow_asset_ext(const string &borrower, const string &amount_to_borrow, const string &asset_symbol_or_id, const string &amount_of_collateral, const call_order_update_operation::extensions_type &extensions, bool broadcast=false) const | graphene::wallet::wallet_api | |
broadcast_transaction(const signed_transaction &tx) const | graphene::wallet::wallet_api | |
cancel_order(const limit_order_id_type &order_id, bool broadcast=false) const | graphene::wallet::wallet_api | |
claim_asset_fee_pool(const string &symbol_or_id, const string &amount, bool broadcast=false) const | graphene::wallet::wallet_api | |
copy_wallet_file(const string &destination_filename) const | graphene::wallet::wallet_api | |
create_account_with_brain_key(const string &brain_key, const string &account_name, const string ®istrar_account, const string &referrer_account, bool broadcast=false) const | graphene::wallet::wallet_api | |
create_asset(const string &issuer, const string &symbol, uint8_t precision, const asset_options &common, const optional< bitasset_options > &bitasset_opts, bool broadcast=false) const | graphene::wallet::wallet_api | |
create_blind_account(const string &label, const string &brain_key) const | graphene::wallet::wallet_api | |
create_committee_member(const string &owner_account, const string &url, bool broadcast=false) const | graphene::wallet::wallet_api | |
create_witness(const string &owner_account, const string &url, bool broadcast=false) const | graphene::wallet::wallet_api | |
create_worker(const string &owner_account, const time_point_sec &work_begin_date, const time_point_sec &work_end_date, const share_type &daily_pay, const string &name, const string &url, const variant &worker_settings, bool broadcast=false) const | graphene::wallet::wallet_api | |
dbg_generate_blocks(const string &debug_wif_key, uint32_t count) const | graphene::wallet::wallet_api | |
dbg_make_mia(const string &creator, const string &symbol) const | graphene::wallet::wallet_api | |
dbg_make_uia(const string &creator, const string &symbol) const | graphene::wallet::wallet_api | |
dbg_push_blocks(const string &src_filename, uint32_t count) const | graphene::wallet::wallet_api | |
dbg_stream_json_objects(const string &filename) const | graphene::wallet::wallet_api | |
dbg_update_object(const variant_object &update) const | graphene::wallet::wallet_api | |
derive_owner_keys_from_brain_key(const string &brain_key, uint32_t number_of_desired_keys=1) const | graphene::wallet::wallet_api | |
derive_private_key(const string &prefix_string, uint32_t sequence_number) const | graphene::wallet::wallet_api | |
dump_private_keys() const | graphene::wallet::wallet_api | |
encrypt_keys() const | graphene::wallet::wallet_api | |
flood_network(const string &prefix, uint32_t number_of_transactions) const | graphene::wallet::wallet_api | |
fund_asset_fee_pool(const string &from, const string &symbol_or_id, const string &amount, bool broadcast=false) const | graphene::wallet::wallet_api | |
get_account(const string &account_name_or_id) const | graphene::wallet::wallet_api | |
get_account_count() const | graphene::wallet::wallet_api | |
get_account_history(const string &account_name_or_id, uint32_t limit) const | graphene::wallet::wallet_api | |
get_account_history_by_operations(const string &account_name_or_id, const flat_set< uint16_t > &operation_types, uint32_t start, uint32_t limit) const | graphene::wallet::wallet_api | |
get_account_id(const string &account_name_or_id) const | graphene::wallet::wallet_api | |
get_account_limit_orders(const string &name_or_id, const string &base, const string "e, uint32_t limit=101, const optional< limit_order_id_type > &ostart_id={}, const optional< price > &ostart_price=optional< price >()) const | graphene::wallet::wallet_api | |
get_account_name(const string &account_name_or_id) const | graphene::wallet::wallet_api | inline |
get_account_storage(const string &account, const string &catalog) const | graphene::wallet::wallet_api | |
get_asset(const string &asset_symbol_or_id) const | graphene::wallet::wallet_api | |
get_asset_count() const | graphene::wallet::wallet_api | |
get_asset_id(const string &asset_symbol_or_id) const | graphene::wallet::wallet_api | |
get_asset_name(const string &asset_symbol_or_id) const | graphene::wallet::wallet_api | inline |
get_asset_symbol(const string &asset_symbol_or_id) const | graphene::wallet::wallet_api | inline |
get_bitasset_data(const string &asset_symbol_or_id) const | graphene::wallet::wallet_api | |
get_blind_accounts() const | graphene::wallet::wallet_api | |
get_blind_balances(const string &key_or_label) const | graphene::wallet::wallet_api | |
get_block(uint32_t num) const | graphene::wallet::wallet_api | |
get_call_orders(const string &asset_symbol_or_id, uint32_t limit) const | graphene::wallet::wallet_api | |
get_collateral_bids(const string &asset_symbol_or_id, uint32_t limit=100, uint32_t start=0) const | graphene::wallet::wallet_api | |
get_committee_member(const string &owner_account) const | graphene::wallet::wallet_api | |
get_dynamic_global_properties() const | graphene::wallet::wallet_api | |
get_full_account(const string &name_or_id) const | graphene::wallet::wallet_api | |
get_global_properties() const | graphene::wallet::wallet_api | |
get_htlc(const htlc_id_type &htlc_id) const | graphene::wallet::wallet_api | |
get_key_label(const public_key_type &key) const | graphene::wallet::wallet_api | |
get_key_references(const vector< public_key_type > &keys) const | graphene::wallet::wallet_api | |
get_limit_orders(const string &a, const string &b, uint32_t limit) const | graphene::wallet::wallet_api | |
get_market_history(const string &symbol, const string &symbol2, uint32_t bucket, const time_point_sec &start, const time_point_sec &end) const | graphene::wallet::wallet_api | |
get_my_blind_accounts() const | graphene::wallet::wallet_api | |
get_object(const object_id_type &id) const | graphene::wallet::wallet_api | |
get_order_book(const string &base, const string "e, uint32_t limit=50) const | graphene::wallet::wallet_api | |
get_private_key(const public_key_type &pubkey) const | graphene::wallet::wallet_api | |
get_prototype_operation(const string &operation_type) const | graphene::wallet::wallet_api | |
get_public_key(const string &label) const | graphene::wallet::wallet_api | |
get_relative_account_history(const string &account_name_or_id, uint32_t stop, uint32_t limit, uint32_t start) const | graphene::wallet::wallet_api | |
get_result_formatters() const | graphene::wallet::wallet_api | |
get_settle_orders(const string &a, uint32_t limit) const | graphene::wallet::wallet_api | |
get_transaction_id(const signed_transaction &trx) const | graphene::wallet::wallet_api | inline |
get_transaction_signers(const signed_transaction &tx) const | graphene::wallet::wallet_api | |
get_vesting_balances(const string &account_name) const | graphene::wallet::wallet_api | |
get_wallet_filename() const | graphene::wallet::wallet_api | |
get_witness(const string &owner_account) const | graphene::wallet::wallet_api | |
gethelp(const string &method) const | graphene::wallet::wallet_api | |
global_settle_asset(const string &symbol_or_id, const price &settle_price, bool broadcast=false) const | graphene::wallet::wallet_api | |
help() const | graphene::wallet::wallet_api | |
htlc_create(const string &source, const string &destination, const string &amount, const string &asset_symbol_or_id, const string &hash_algorithm, const string &preimage_hash, uint32_t preimage_size, uint32_t claim_period_seconds, const string &memo, bool broadcast=false) const | graphene::wallet::wallet_api | |
htlc_extend(const htlc_id_type &htlc_id, const string &issuer, uint32_t seconds_to_add, bool broadcast=false) const | graphene::wallet::wallet_api | |
htlc_redeem(const htlc_id_type &htlc_id, const string &issuer, const string &preimage, bool broadcast=false) const | graphene::wallet::wallet_api | |
import_account_keys(const string &filename, const string &password, const string &src_account_name, const string &dest_account_name) const | graphene::wallet::wallet_api | |
import_accounts(const string &filename, const string &password) const | graphene::wallet::wallet_api | |
import_balance(const string &account_name_or_id, const vector< string > &wif_keys, bool broadcast) const | graphene::wallet::wallet_api | |
import_key(const string &account_name_or_id, const string &wif_key) const | graphene::wallet::wallet_api | |
info() const | graphene::wallet::wallet_api | |
is_locked() const | graphene::wallet::wallet_api | |
is_new() const | graphene::wallet::wallet_api | |
is_public_key_registered(const string &public_key) const | graphene::wallet::wallet_api | |
issue_asset(const string &to_account, const string &amount, const string &symbol_or_id, const string &memo, bool broadcast=false) const | graphene::wallet::wallet_api | |
list_account_balances(const string &account_name_or_id) const | graphene::wallet::wallet_api | |
list_accounts(const string &lowerbound, uint32_t limit) const | graphene::wallet::wallet_api | |
list_assets(const string &lowerbound, uint32_t limit) const | graphene::wallet::wallet_api | |
list_committee_members(const string &lowerbound, uint32_t limit) const | graphene::wallet::wallet_api | |
list_my_accounts() const | graphene::wallet::wallet_api | |
list_witnesses(const string &lowerbound, uint32_t limit) const | graphene::wallet::wallet_api | |
load_wallet_file(const string &wallet_filename="") const | graphene::wallet::wallet_api | |
lock() const | graphene::wallet::wallet_api | |
lock_changed | graphene::wallet::wallet_api | |
my | graphene::wallet::wallet_api | |
network_add_nodes(const vector< string > &nodes) const | graphene::wallet::wallet_api | |
network_get_connected_peers() const | graphene::wallet::wallet_api | |
normalize_brain_key(const string &s) const | graphene::wallet::wallet_api | |
preview_builder_transaction(transaction_handle_type handle) const | graphene::wallet::wallet_api | |
propose_builder_transaction(transaction_handle_type handle, const time_point_sec &expiration=time_point::now()+fc::minutes(1), uint32_t review_period_seconds=0, bool broadcast=true) const | graphene::wallet::wallet_api | |
propose_builder_transaction2(transaction_handle_type handle, const string &account_name_or_id, const time_point_sec &expiration=time_point::now()+fc::minutes(1), uint32_t review_period_seconds=0, bool broadcast=true) const | graphene::wallet::wallet_api | |
propose_fee_change(const string &proposing_account, const time_point_sec &expiration_time, const variant_object &changed_values, bool broadcast=false) const | graphene::wallet::wallet_api | |
propose_parameter_change(const string &proposing_account, const time_point_sec &expiration_time, const variant_object &changed_values, bool broadcast=false) const | graphene::wallet::wallet_api | |
publish_asset_feed(const string &publishing_account, const string &symbol_or_id, const price_feed &feed, bool broadcast=false) const | graphene::wallet::wallet_api | |
quit() const | graphene::wallet::wallet_api | |
read_memo(const memo_data &memo) const | graphene::wallet::wallet_api | |
receive_blind_transfer(const string &confirmation_receipt, const string &opt_from, const string &opt_memo) const | graphene::wallet::wallet_api | |
register_account(const string &name, const public_key_type &owner, const public_key_type &active, const string ®istrar_account, const string &referrer_account, uint32_t referrer_percent, bool broadcast=false) const | graphene::wallet::wallet_api | |
remove_builder_transaction(transaction_handle_type handle) const | graphene::wallet::wallet_api | |
replace_operation_in_builder_transaction(transaction_handle_type handle, uint32_t operation_index, const operation &new_op) const | graphene::wallet::wallet_api | |
reserve_asset(const string &from, const string &amount, const string &symbol_or_id, bool broadcast=false) const | graphene::wallet::wallet_api | |
save_wallet_file(const string &wallet_filename="") const | graphene::wallet::wallet_api | |
sell_asset(const string &seller_account, const string &amount_to_sell, const string &symbol_or_id_to_sell, const string &min_to_receive, const string &symbol_or_id_to_receive, uint32_t timeout_sec=0, bool fill_or_kill=false, bool broadcast=false) const | graphene::wallet::wallet_api | |
serialize_transaction(const signed_transaction &tx) const | graphene::wallet::wallet_api | |
set_desired_witness_and_committee_member_count(const string &account_to_modify, uint16_t desired_number_of_witnesses, uint16_t desired_number_of_committee_members, bool broadcast=false) const | graphene::wallet::wallet_api | |
set_fees_on_builder_transaction(transaction_handle_type handle, const string &fee_asset=GRAPHENE_SYMBOL) const | graphene::wallet::wallet_api | |
set_key_label(const public_key_type &key, const string &label) const | graphene::wallet::wallet_api | |
set_password(const string &password) const | graphene::wallet::wallet_api | |
set_voting_proxy(const string &account_to_modify, const optional< string > &voting_account, bool broadcast=false) const | graphene::wallet::wallet_api | |
set_wallet_filename(const string &wallet_filename) const | graphene::wallet::wallet_api | |
settle_asset(const string &account_to_settle, const string &amount_to_settle, const string &symbol_or_id, bool broadcast=false) const | graphene::wallet::wallet_api | |
sign_builder_transaction(transaction_handle_type transaction_handle, bool broadcast=true) const | graphene::wallet::wallet_api | |
sign_builder_transaction2(transaction_handle_type transaction_handle, const vector< public_key_type > &signing_keys=vector< public_key_type >(), bool broadcast=true) const | graphene::wallet::wallet_api | |
sign_memo(const string &from, const string &to, const string &memo) const | graphene::wallet::wallet_api | |
sign_message(const string &signer, const string &message) const | graphene::wallet::wallet_api | |
sign_transaction(const signed_transaction &tx, bool broadcast=false) const | graphene::wallet::wallet_api | |
sign_transaction2(const signed_transaction &tx, const vector< public_key_type > &signing_keys=vector< public_key_type >(), bool broadcast=true) const | graphene::wallet::wallet_api | |
suggest_brain_key() const | graphene::wallet::wallet_api | |
transfer(const string &from, const string &to, const string &amount, const string &asset_symbol_or_id, const string &memo, bool broadcast=false) const | graphene::wallet::wallet_api | |
transfer2(const string &from, const string &to, const string &amount, const string &asset_symbol_or_id, const string &memo) const | graphene::wallet::wallet_api | inline |
transfer_from_blind(const string &from_blind_account_key_or_label, const string &to_account_name_or_id, const string &amount, const string &asset_symbol_or_id, bool broadcast=false) const | graphene::wallet::wallet_api | |
transfer_to_blind(const string &from_account_name_or_id, const string &asset_symbol_or_id, const vector< pair< string, string >> &to_amounts, bool broadcast=false) const | graphene::wallet::wallet_api | |
unlock(const string &password) const | graphene::wallet::wallet_api | |
update_asset(const string &symbol_or_id, const optional< string > &new_issuer, const asset_options &new_options, bool broadcast=false) const | graphene::wallet::wallet_api | |
update_asset_feed_producers(const string &symbol_or_id, const flat_set< string > &new_feed_producers, bool broadcast=false) const | graphene::wallet::wallet_api | |
update_asset_issuer(const string &symbol_or_id, const string &new_issuer, bool broadcast=false) const | graphene::wallet::wallet_api | |
update_bitasset(const string &symbol_or_id, const bitasset_options &new_options, bool broadcast=false) const | graphene::wallet::wallet_api | |
update_witness(const string &witness_name, const string &url, const string &block_signing_key, bool broadcast=false) const | graphene::wallet::wallet_api | |
update_worker_votes(const string &account, const worker_vote_delta &delta, bool broadcast=false) const | graphene::wallet::wallet_api | |
upgrade_account(const string &account_name_or_id, bool broadcast) const | graphene::wallet::wallet_api | |
verify_encapsulated_message(const string &message) const | graphene::wallet::wallet_api | |
verify_message(const string &message, const string &account, int32_t block, const string &msg_time, const fc::ecc::compact_signature &sig) const | graphene::wallet::wallet_api | |
verify_signed_message(const signed_message &message) const | graphene::wallet::wallet_api | |
vote_for_committee_member(const string &voting_account, const string &committee_member, bool approve, bool broadcast=false) const | graphene::wallet::wallet_api | |
vote_for_witness(const string &voting_account, const string &witness, bool approve, bool broadcast=false) const | graphene::wallet::wallet_api | |
wallet_api(const wallet_data &initial_data, const fc::api< login_api > &rapi) | graphene::wallet::wallet_api | |
whitelist_account(const string &authorizing_account, const string &account_to_list, account_whitelist_operation::account_listing new_listing_status, bool broadcast=false) const | graphene::wallet::wallet_api | |
withdraw_vesting(const string &witness_name, const string &amount, const string &asset_symbol_or_id, bool broadcast=false) const | graphene::wallet::wallet_api | |
~wallet_api() | graphene::wallet::wallet_api | virtual |