|
Electroneum
|


Go to the source code of this file.
Classes | |
| struct | tx_source_info_crate_t |
| class | wallet_accessor_test |
| class | wallet_tools |
Typedefs | |
| typedef std::function< bool(const tx_source_info_crate_t &info, bool &abort)> | fnc_accept_tx_source_t |
| typedef std::function<bool(const tx_source_info_crate_t &info, bool &abort)> fnc_accept_tx_source_t |
Definition at line 48 of file wallet_tools.h.
| bool construct_tx_rct | ( | tools::wallet2 * | sender_wallet, |
| std::vector< cryptonote::tx_source_entry > & | sources, | ||
| const std::vector< cryptonote::tx_destination_entry > & | destinations, | ||
| const boost::optional< cryptonote::account_public_address > & | change_addr, | ||
| std::vector< uint8_t > | extra, | ||
| cryptonote::transaction & | tx, | ||
| uint64_t | unlock_time, | ||
| bool | rct = false, |
||
| rct::RangeProofType | range_proof_type = rct::RangeProofBorromean, |
||
| int | bp_version = 0 |
||
| ) |
| bool construct_tx_to_key | ( | cryptonote::transaction & | tx, |
| tools::wallet2 * | from_wallet, | ||
| const var_addr_t & | to, | ||
| uint64_t | amount, | ||
| std::vector< cryptonote::tx_source_entry > & | sources, | ||
| uint64_t | fee, | ||
| bool | rct = false, |
||
| rct::RangeProofType | range_proof_type = rct::RangeProofBorromean, |
||
| int | bp_version = 0 |
||
| ) |
Definition at line 257 of file wallet_tools.cpp.

| bool construct_tx_to_key | ( | cryptonote::transaction & | tx, |
| tools::wallet2 * | sender_wallet, | ||
| const std::vector< cryptonote::tx_destination_entry > & | destinations, | ||
| std::vector< cryptonote::tx_source_entry > & | sources, | ||
| uint64_t | fee, | ||
| bool | rct, | ||
| rct::RangeProofType | range_proof_type, | ||
| int | bp_version = 0 |
||
| ) |
Definition at line 267 of file wallet_tools.cpp.

| cryptonote::account_public_address get_address | ( | const tools::wallet2 * | ) |