MCPcopy Create free account
hub / github.com/bcndev/bytecoin / PreparedWalletTransaction

Method PreparedWalletTransaction

src/Core/WalletStatePrepared.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace cn;
10
11PreparedWalletTransaction::PreparedWalletTransaction(const Hash &tid, size_t size, TransactionPrefix &&ttx,
12 const Wallet::OutputHandler &o_handler, const SecretKey &view_secret_key)
13 : tid(tid), size(size), tx(std::move(ttx)) {
14 prepare(o_handler, view_secret_key);
15}
16
17PreparedWalletTransaction::PreparedWalletTransaction(const Hash &tid, size_t size, Transaction &&tx,
18 const Wallet::OutputHandler &o_handler, const SecretKey &view_secret_key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected