]> Git Repo - VerusCoin.git/blob - src/utiltest.h
744344f4c146d3fc8099ff99a0e4078bb8f98714
[VerusCoin.git] / src / utiltest.h
1 // Copyright (c) 2016 The Zcash developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5 #include "wallet/wallet.h"
6 #include "zcash/JoinSplit.hpp"
7 #include "zcash/Note.hpp"
8 #include "zcash/NoteEncryption.hpp"
9
10 CWalletTx GetValidSproutReceive(ZCJoinSplit& params,
11                                 const libzcash::SproutSpendingKey& sk,
12                                 CAmount value,
13                                 bool randomInputs,
14                                 int32_t version = 2);
15 libzcash::SproutNote GetSproutNote(ZCJoinSplit& params,
16                                    const libzcash::SproutSpendingKey& sk,
17                                    const CTransaction& tx, size_t js, size_t n);
18 CWalletTx GetValidSproutSpend(ZCJoinSplit& params,
19                               const libzcash::SproutSpendingKey& sk,
20                               const libzcash::SproutNote& note,
21                               CAmount value);
This page took 0.016405 seconds and 2 git commands to generate.