Crate delano_wallet_core

Source
Expand description

Delanocreds wallet code

§Delanocreds Wallet Core

A crate which provides the core functionality for the Delanocreds wallet. This can then be wrapped by other utilities such as wasm-bindgen, etc.

Structs§

DelanoWallet
Delano Wallet
IssueOptions
Optionally pass in NymProof and.or None when issuing credentials
OfferConfig
Configure the Offer: Optionally pass in Selectables and/or an additional Entry. Optionally set the maximum number of entries that can be added to the credential.
Provables
Values needed to be passed to the prove function.
Proven
Values needed to be passed to the verify function.
Selectables
Specifies what Entrys to include, and which Attributes to exclude from the cred.
Verifiables
Values needed to be passed to the verify function.