33 #include <boost/serialization/vector.hpp> 34 #include <boost/serialization/utility.hpp> 40 bool construct_miner_tx(
size_t height,
size_t median_weight,
uint64_t already_generated_coins,
size_t current_block_weight,
uint64_t fee,
const account_public_address &miner_address, transaction&
tx,
const blobdata& extra_nonce =
blobdata(),
size_t max_outs = 999,
uint8_t hard_fork_version = 1);
88 if (!original.empty())
121 bool construct_tx(
const account_keys& sender_account_keys, std::vector<tx_source_entry> &sources,
const std::vector<tx_destination_entry>& destinations,
const boost::optional<cryptonote::account_public_address>& change_addr,
const std::vector<uint8_t> &extra,
transaction&
tx);
122 bool construct_tx_with_tx_key(
const account_keys& sender_account_keys,
const std::unordered_map<crypto::public_key, subaddress_index>& subaddresses, std::vector<tx_source_entry>& sources, std::vector<tx_destination_entry>& destinations,
const boost::optional<cryptonote::account_public_address>& change_addr,
const std::vector<uint8_t> &extra,
transaction&
tx,
const crypto::secret_key &tx_key,
const std::vector<crypto::secret_key> &additional_tx_keys,
bool rct =
false,
const rct::RCTConfig &rct_config = {
rct::RangeProofBorromean, 0 },
bool shuffle_outs =
true,
bool use_view_tags =
false);
123 bool construct_tx_and_get_tx_key(
const account_keys& sender_account_keys,
const std::unordered_map<crypto::public_key, subaddress_index>& subaddresses, std::vector<tx_source_entry>& sources, std::vector<tx_destination_entry>& destinations,
const boost::optional<cryptonote::account_public_address>& change_addr,
const std::vector<uint8_t> &extra, transaction&
tx,
crypto::secret_key &tx_key, std::vector<crypto::secret_key> &additional_tx_keys,
bool rct =
false,
const rct::RCTConfig &rct_config = {
rct::RangeProofBorromean, 0 },
bool use_view_tags =
false);
126 const bool &need_additional_txkeys,
const std::vector<crypto::secret_key> &additional_tx_keys,
127 std::vector<crypto::public_key> &additional_tx_public_keys,
128 std::vector<rct::key> &amount_keys,
134 const bool &need_additional_txkeys,
const std::vector<crypto::secret_key> &additional_tx_keys,
135 std::vector<crypto::public_key> &additional_tx_public_keys,
136 std::vector<rct::key> &amount_keys,
161 template <
class Archive>
177 template <
class Archive>
const char * res
Definition: hmac_keccak.cpp:42
Definition: binary_utils.h:36
crypto::public_key real_out_tx_key
Definition: cryptonote_tx_utils.h:48
std::string get_account_address_as_str(network_type nettype, bool subaddress, account_public_address const &adr)
Definition: cryptonote_basic_impl.cpp:150
static const rct::key & pk2rct(const crypto::public_key &pk)
Definition: rctTypes.h:739
bool construct_tx(const account_keys &sender_account_keys, std::vector< tx_source_entry > &sources, const std::vector< tx_destination_entry > &destinations, const boost::optional< cryptonote::account_public_address > &change_addr, const std::vector< uint8_t > &extra, transaction &tx)
Definition: cryptonote_tx_utils.cpp:639
Definition: portable_binary_archive.hpp:29
::std::string string
Definition: gtest-port.h:1097
Definition: rctTypes.h:97
uint64_t fee
Definition: cryptonote_tx_utils.h:116
bool construct_tx_with_tx_key(const account_keys &sender_account_keys, const std::unordered_map< crypto::public_key, subaddress_index > &subaddresses, std::vector< tx_source_entry > &sources, std::vector< tx_destination_entry > &destinations, const boost::optional< cryptonote::account_public_address > &change_addr, const std::vector< uint8_t > &extra, transaction &tx, const crypto::secret_key &tx_key, const std::vector< crypto::secret_key > &additional_tx_keys, bool rct, const rct::RCTConfig &rct_config, bool shuffle_outs, bool use_view_tags)
Definition: cryptonote_tx_utils.cpp:206
bool generate_output_ephemeral_keys(const size_t tx_version, const cryptonote::account_keys &sender_account_keys, const crypto::public_key &txkey_pub, const crypto::secret_key &tx_key, const cryptonote::tx_destination_entry &dst_entr, const boost::optional< cryptonote::account_public_address > &change_addr, const size_t output_index, const bool &need_additional_txkeys, const std::vector< crypto::secret_key > &additional_tx_keys, std::vector< crypto::public_key > &additional_tx_public_keys, std::vector< rct::key > &amount_keys, crypto::public_key &out_eph_public_key, const bool use_view_tags, crypto::view_tag &view_tag)
Definition: bulletproofs.cc:63
tx_destination_entry(const std::string &o, uint64_t a, const account_public_address &ad, bool is_subaddress)
Definition: cryptonote_tx_utils.h:84
POD_CLASS view_tag
Definition: crypto.h:103
bool rct
Definition: cryptonote_tx_utils.h:52
unsigned char uint8_t
Definition: stdint.h:124
uint64_t real_output_in_tx_index
Definition: cryptonote_tx_utils.h:50
uint64_t amount
Definition: cryptonote_tx_utils.h:51
Definition: rctTypes.h:113
key zeroCommit(xmr_amount amount)
Definition: rctOps.cpp:322
#define END_SERIALIZE()
self-explanatory
Definition: serialization.h:150
Holds cryptonote related classes and helpers.
Definition: blockchain_db.cpp:44
bool generate_genesis_block(block &bl, std::string const &genesis_tx, uint32_t nonce)
Definition: cryptonote_tx_utils.cpp:649
Definition: chaingen.h:294
unsigned int uint32_t
Definition: stdint.h:126
std::string get_account_integrated_address_as_str(network_type nettype, account_public_address const &adr, crypto::hash8 const &payment_id)
Definition: cryptonote_basic_impl.cpp:161
Definition: argon2_core.h:74
Definition: cryptonote_tx_utils.h:42
void serialize(Archive &a, unsigned_tx_set &x, const boost::serialization::version_type ver)
Definition: serialization.cpp:898
void get_altblock_longhash(const block &b, crypto::hash &res, const crypto::hash &seed_hash)
Definition: cryptonote_tx_utils.cpp:674
Definition: rctTypes.h:79
unsigned __int64 uint64_t
Definition: stdint.h:136
std::string address(network_type nettype, const crypto::hash &payment_id) const
Definition: cryptonote_tx_utils.h:86
#define BEGIN_SERIALIZE_OBJECT()
begins the environment of the DSL for described the serialization of an object
Definition: serialization.h:131
uint64_t amount
Definition: cryptonote_tx_utils.h:77
tx_destination_entry(uint64_t a, const account_public_address &ad, bool is_subaddress)
Definition: cryptonote_tx_utils.h:83
Definition: rctTypes.h:307
#define false
Definition: stdbool.h:37
crypto::hash id
Definition: cryptonote_tx_utils.h:114
bool is_subaddress
Definition: cryptonote_tx_utils.h:79
bool is_integrated
Definition: cryptonote_tx_utils.h:80
POD_CLASS public_key
Definition: crypto.h:61
void push_output(uint64_t idx, const crypto::public_key &k, uint64_t amount)
Definition: cryptonote_tx_utils.h:56
rct::multisig_kLRki multisig_kLRki
Definition: cryptonote_tx_utils.h:54
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition: pointer.h:1124
bool construct_tx_and_get_tx_key(const account_keys &sender_account_keys, const std::unordered_map< crypto::public_key, subaddress_index > &subaddresses, std::vector< tx_source_entry > &sources, std::vector< tx_destination_entry > &destinations, const boost::optional< cryptonote::account_public_address > &change_addr, const std::vector< uint8_t > &extra, transaction &tx, crypto::secret_key &tx_key, std::vector< crypto::secret_key > &additional_tx_keys, bool rct, const rct::RCTConfig &rct_config, bool use_view_tags)
Definition: cryptonote_tx_utils.cpp:609
account_public_address addr
Definition: cryptonote_tx_utils.h:78
std::string blobdata
Definition: blobdatatype.h:39
network_type
Definition: cryptonote_config.h:301
Definition: cryptonote_basic.h:511
tx_destination_entry()
Definition: cryptonote_tx_utils.h:82
std::string original
Definition: cryptonote_tx_utils.h:76
std::vector< crypto::public_key > real_out_additional_tx_keys
Definition: cryptonote_tx_utils.h:49
uint64_t real_output
Definition: cryptonote_tx_utils.h:47
crypto::public_key get_destination_view_key_pub(const std::vector< tx_destination_entry > &destinations, const boost::optional< cryptonote::account_public_address > &change_addr)
Definition: cryptonote_tx_utils.cpp:184
#define VARINT_FIELD(f)
tags and serializes the varint f
Definition: serialization.h:189
if(real_output >=outputs.size()) return false
cryptonote::transaction tx
Definition: transaction.cpp:40
std::vector< output_entry > outputs
Definition: cryptonote_tx_utils.h:46
Definition: rctTypes.h:308
#define AUTO_VAL_INIT(v)
Definition: misc_language.h:36
Definition: cryptonote_tx_utils.h:74
BOOST_CLASS_VERSION(nodetool::peerlist_types, nodetool::CURRENT_PEERLIST_STORAGE_ARCHIVE_VER)
POD_CLASS hash
Definition: hash.h:49
std::pair< uint64_t, rct::ctkey > output_entry
Definition: cryptonote_tx_utils.h:44
Definition: cryptonote_tx_utils.h:112
major_version
Definition: versiongenerate.py:78
#define FIELD(f)
tags the field with the variable name and then serializes it
Definition: serialization.h:169
bool construct_miner_tx(size_t height, size_t median_weight, uint64_t already_generated_coins, size_t current_block_weight, uint64_t fee, const account_public_address &miner_address, transaction &tx, const blobdata &extra_nonce, size_t max_outs, uint8_t hard_fork_version)
Definition: cryptonote_tx_utils.cpp:78
Definition: cryptonote_basic.h:204
uint64_t weight
Definition: cryptonote_tx_utils.h:115
cryptonote::block b
Definition: block.cpp:40
rct::key mask
Definition: cryptonote_tx_utils.h:53
bool get_block_longhash(const Blockchain *pbc, const blobdata &bd, crypto::hash &res, const uint64_t height, const int major_version, const crypto::hash *seed_hash, const int miners)
Definition: cryptonote_tx_utils.cpp:680