Cheatcatcher
This commit is contained in:
@@ -67,6 +67,9 @@ private:
|
||||
|
||||
boost::optional<std::pair<uint256, libzcash::SaplingPaymentAddress>> zChangeAddr;
|
||||
boost::optional<CTxDestination> tChangeAddr;
|
||||
boost::optional<CScript> opReturn;
|
||||
|
||||
bool AddOpRetLast(CScript &s);
|
||||
|
||||
public:
|
||||
TransactionBuilder() {}
|
||||
@@ -93,6 +96,10 @@ public:
|
||||
|
||||
bool AddTransparentOutput(CTxDestination& to, CAmount value);
|
||||
|
||||
void AddOpRet(CScript &s);
|
||||
|
||||
bool AddOpRetLast();
|
||||
|
||||
void SendChangeTo(libzcash::SaplingPaymentAddress changeAddr, uint256 ovk);
|
||||
|
||||
bool SendChangeTo(CTxDestination& changeAddr);
|
||||
|
||||
Reference in New Issue
Block a user