|
Monero
|

Macros | |
| #define | EVAL_BRK_COND() |
Functions | |
| cryptonote::account_public_address | get_address (const tools::wallet2 *inp) |
| 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) |
| 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) |
| 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, bool rct, rct::RangeProofType range_proof_type, int bp_version) |
| #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, | ||
| bool | rct, | ||
| rct::RangeProofType | range_proof_type, | ||
| int | bp_version ) |
| 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 ) |
| 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 ) |
| cryptonote::account_public_address get_address | ( | const tools::wallet2 * | inp | ) |