|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | EVAL_BRK_COND() |
| #define EVAL_BRK_COND | ( | ) |
| 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, | ||
| rct::RangeProofType | range_proof_type, | ||
| int | bp_version | ||
| ) |
Definition at line 278 of file wallet_tools.cpp.


| bool construct_tx_to_key | ( | cryptonote::transaction & | tx, |
| tools::wallet2 * | sender_wallet, | ||
| const var_addr_t & | to, | ||
| uint64_t | amount, | ||
| std::vector< cryptonote::tx_source_entry > & | sources, | ||
| uint64_t | fee, | ||
| bool | rct, | ||
| rct::RangeProofType | range_proof_type, | ||
| int | bp_version | ||
| ) |
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 | ||
| ) |
Definition at line 267 of file wallet_tools.cpp.

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