Module snarkvm_dpc::testnet1[][src]

Re-exports

pub use inner_circuit::*;
pub use outer_circuit::*;
pub use parameters::*;
pub use program::*;
pub use record::*;
pub use transaction::*;

Modules

inner_circuit
instantiated
outer_circuit
parameters
program
record
transaction

Structs

DPC
LocalData

Stores local data required to produce program proofs.

TransactionKernel

Returned by BaseDPC::execute_offline. Stores data required to produce the final transaction after execute_offline has created old serial numbers, new records and commitments. For convenience, it also stores references to existing information like old records and secret keys.

Traits

BaseDPCComponents

Trait that stores all information about the components of a Plain DPC scheme. Simplifies the interface of Plain DPC by wrapping all these into one.