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())
113 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, uint64_t unlock_time,
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 },
rct::multisig_out *msout = NULL,
bool shuffle_outs =
true);
114 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, uint64_t unlock_time,
crypto::secret_key &tx_key, std::vector<crypto::secret_key> &additional_tx_keys,
bool rct =
false,
const rct::RCTConfig &rct_config = {
rct::RangeProofBorromean, 0 },
rct::multisig_out *msout = NULL);
117 const bool &need_additional_txkeys,
const std::vector<crypto::secret_key> &additional_tx_keys,
118 std::vector<crypto::public_key> &additional_tx_public_keys,
119 std::vector<rct::key> &amount_keys,
124 const bool &need_additional_txkeys,
const std::vector<crypto::secret_key> &additional_tx_keys,
125 std::vector<crypto::public_key> &additional_tx_public_keys,
126 std::vector<rct::key> &amount_keys,
131 , std::string
const & genesis_tx
139 const uint64_t seed_height,
const crypto::hash& seed_hash);
152 template <
class Archive>
168 template <
class Archive>
Definition: blockchain.h:96
Definition: cryptonote_basic.h:194
string a
Definition: MakeCryptoOps.py:15
int b
Definition: base.py:1
void serialize(Archive &a, cryptonote::tx_destination_entry &x, const boost::serialization::version_type ver)
Definition: cryptonote_tx_utils.h:169
Definition: unordered_containers_boost_serialization.h:38
const
Definition: build_protob.py:9
crypto namespace.
Definition: crypto.cpp:60
epee::mlocked< tools::scrubbed< ec_scalar > > secret_key
Definition: crypto.h:67
POD_CLASS hash8
Definition: hash.h:51
POD_CLASS public_key
Definition: crypto.h:61
POD_CLASS hash
Definition: hash.h:48
Holds cryptonote related classes and helpers.
Definition: blockchain_db.cpp:45
network_type
Definition: cryptonote_config.h:273
void get_altblock_longhash(const block &b, crypto::hash &res, const uint64_t main_height, const uint64_t height, const uint64_t seed_height, const crypto::hash &seed_hash)
Definition: cryptonote_tx_utils.cpp:673
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:180
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, uint64_t unlock_time, const crypto::secret_key &tx_key, const std::vector< crypto::secret_key > &additional_tx_keys, bool rct, const rct::RCTConfig &rct_config, rct::multisig_out *msout, bool shuffle_outs)
Definition: cryptonote_tx_utils.cpp:202
std::string get_account_address_as_str(network_type nettype, bool subaddress, account_public_address const &adr)
Definition: cryptonote_basic_impl.cpp:150
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, uint64_t unlock_time, crypto::secret_key &tx_key, std::vector< crypto::secret_key > &additional_tx_keys, bool rct, const rct::RCTConfig &rct_config, rct::multisig_out *msout)
Definition: cryptonote_tx_utils.cpp:611
bool get_block_longhash(const Blockchain *pbc, const block &b, crypto::hash &res, const uint64_t height, const crypto::hash *seed_hash, const int miners)
Definition: cryptonote_tx_utils.cpp:679
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, uint64_t unlock_time)
Definition: cryptonote_tx_utils.cpp:638
std::string blobdata
Definition: blobdatatype.h:39
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:79
bool generate_genesis_block(block &bl, std::string const &genesis_tx, uint32_t nonce)
Definition: cryptonote_tx_utils.cpp:648
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
void get_block_longhash_reorg(const uint64_t split_height)
Definition: cryptonote_tx_utils.cpp:724
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)
Definition: bulletproofs.cc:64
key zeroCommit(xmr_amount amount)
Definition: rctOps.cpp:322
static const rct::key & pk2rct(const crypto::public_key &pk)
Definition: rctTypes.h:660
@ RangeProofBorromean
Definition: rctTypes.h:261
Definition: binary_utils.h:36
Definition: blockchain_ancestry.cpp:72
BOOST_CLASS_VERSION(nodetool::peerlist_types, nodetool::CURRENT_PEERLIST_STORAGE_ARCHIVE_VER)
#define BEGIN_SERIALIZE_OBJECT()
begins the environment of the DSL \detailed for described the serialization of an object
Definition: serialization.h:191
#define FIELD(f)
tags the field with the variable name and then serializes it
Definition: serialization.h:244
#define END_SERIALIZE()
self-explanatory
Definition: serialization.h:215
#define VARINT_FIELD(f)
tags and serializes the varint f
Definition: serialization.h:264
#define false
Definition: stdbool.h:37
Definition: cryptonote_basic.h:501
Definition: cryptonote_basic.h:464
Definition: subaddress_index.h:39
Definition: cryptonote_tx_utils.h:75
bool is_subaddress
Definition: cryptonote_tx_utils.h:79
std::string address(network_type nettype, const crypto::hash &payment_id) const
Definition: cryptonote_tx_utils.h:86
tx_destination_entry()
Definition: cryptonote_tx_utils.h:82
bool is_integrated
Definition: cryptonote_tx_utils.h:80
tx_destination_entry(uint64_t a, const account_public_address &ad, bool is_subaddress)
Definition: cryptonote_tx_utils.h:83
std::string original
Definition: cryptonote_tx_utils.h:76
uint64_t amount
Definition: cryptonote_tx_utils.h:77
tx_destination_entry(const std::string &o, uint64_t a, const account_public_address &ad, bool is_subaddress)
Definition: cryptonote_tx_utils.h:84
account_public_address addr
Definition: cryptonote_tx_utils.h:78
Definition: cryptonote_tx_utils.h:43
std::vector< crypto::public_key > real_out_additional_tx_keys
Definition: cryptonote_tx_utils.h:49
crypto::public_key real_out_tx_key
Definition: cryptonote_tx_utils.h:48
uint64_t amount
Definition: cryptonote_tx_utils.h:51
rct::multisig_kLRki multisig_kLRki
Definition: cryptonote_tx_utils.h:54
bool rct
Definition: cryptonote_tx_utils.h:52
size_t real_output
Definition: cryptonote_tx_utils.h:47
std::vector< output_entry > outputs
Definition: cryptonote_tx_utils.h:46
rct::key mask
Definition: cryptonote_tx_utils.h:53
void push_output(uint64_t idx, const crypto::public_key &k, uint64_t amount)
Definition: cryptonote_tx_utils.h:56
std::pair< uint64_t, rct::ctkey > output_entry
Definition: cryptonote_tx_utils.h:44
if(real_output >=outputs.size()) return false
size_t real_output_in_tx_index
Definition: cryptonote_tx_utils.h:50
Definition: rctTypes.h:262
Definition: rctTypes.h:97
Definition: rctTypes.h:79
Definition: rctTypes.h:105
Definition: rctTypes.h:114