Crate dusk_wallet_core

source ·
Expand description

The wallet specification.

Structs

Information about the balance of a particular key.
The stake of a particular key.
The structure sent over the network representing a transaction.
A transaction that is yet to be proven. The purpose of this is solely to send to the node to perform a circuit proof.
An input to a transaction that is yet to be proven.
A wallet implementation.

Enums

The error type returned by this crate.

Constants

Constant depth of the merkle tree that provides the opening proofs.

Traits

Types that are client of the prover.
Types that are clients of the state API.
Stores the cryptographic material necessary to derive cryptographic keys.

Functions

Generates a secret key from its seed and index.
Generates a secret spend key from its seed and index.

Type Definitions

Block height representation
Tuple containing Note and Block height