PIVX Core  5.6.99
P2P Digital Currency
sapling_core_write.h
Go to the documentation of this file.
1 // Copyright (c) 2015-2020 The Zcash developers
2 // Copyright (c) 2020 The PIVX Core developers
3 // Distributed under the MIT software license, see the accompanying
4 // file COPYING or https://www.opensource.org/licenses/mit-license.php.
5 
6 #ifndef PIVX_SAPLING_SAPLING_CORE_WRITE_H
7 #define PIVX_SAPLING_SAPLING_CORE_WRITE_H
8 
10 #include <univalue.h>
11 
12 // Format Sapling tx information in json.
13 void TxSaplingToJSON(const CTransaction& tx, UniValue& entry);
14 
15 #endif // PIVX_SAPLING_SAPLING_CORE_WRITE_H
The basic transaction that is broadcasted on the network and contained in blocks.
Definition: transaction.h:244
void TxSaplingToJSON(const CTransaction &tx, UniValue &entry)