# Functions
CreateProver creates a new prover in the registry.
GetNoteValue fetches the value in the note store at a specified index.
GetNullifierValue fetches the value in the nullifier store at the specified key.
GetProverDetails fetches details for the given prover.
InitPrivacyService convenience method to initialize a `privacy.Service` instance.
ListProvers lists the provers in the scope of the given bearer token.
Prove generates a proof using the given inputs for the named prover.
Verify verifies the given inputs using the named prover.
# Structs
Prover model.
ProveResponse model.
Service for the privacy api.
StoreValueResponse model.
VerificationResponse model.