![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "serialize.h"#include "streams.h"#include "uint256.h"#include "consensus/consensus.h"#include "sapling/noteencryption.h"#include "sapling/sapling.h"#include <boost/variant.hpp>Go to the source code of this file.
Classes | |
| class | SpendDescription |
| A shielded input to a transaction. More... | |
| class | OutputDescription |
| A shielded output to a transaction. More... | |
| class | SaplingTxData |
Namespaces | |
| libzcash | |
Macros | |
| #define | CTXIN_SPEND_DUST_SIZE 149 |
| #define | CTXOUT_REGULAR_SIZE 34 |
| #define | OUTPUTDESCRIPTION_SIZE 948 |
| #define | SPENDDESCRIPTION_SIZE 384 |
| #define | BINDINGSIG_SIZE 64 |
Typedefs | |
| typedef std::array< unsigned char, GROTH_PROOF_SIZE > | libzcash::GrothProof |
| #define BINDINGSIG_SIZE 64 |
Definition at line 27 of file sapling_transaction.h.
| #define CTXIN_SPEND_DUST_SIZE 149 |
Definition at line 20 of file sapling_transaction.h.
| #define CTXOUT_REGULAR_SIZE 34 |
Definition at line 21 of file sapling_transaction.h.
| #define OUTPUTDESCRIPTION_SIZE 948 |
Definition at line 25 of file sapling_transaction.h.
| #define SPENDDESCRIPTION_SIZE 384 |
Definition at line 26 of file sapling_transaction.h.