Structs§
- Credential
Schema - https://www.w3.org/TR/vc-data-model-2.0/#data-schemas
- Holder
Object - https://www.w3.org/TR/vc-data-model-2.0/#holder
- Issuer
Object - https://www.w3.org/TR/vc-data-model-2.0/#issuer
- Language
Object - https://www.w3.org/TR/vc-data-model-2.0/#language-and-base-direction
- Proof
- https://www.w3.org/TR/vc-data-integrity/#proofs
- Status
- https://www.w3.org/TR/vc-data-model-2.0/#status
- Unsigned
Verifiable Credential - A Verifiable Credential as defined by the W3C Verifiable Credentials Data Model v2.0 - https://www.w3.org/TR/vc-data-model-2.0 WITHOUT the proof
- Verifiable
Credential - A Verifiable Credential as defined by the W3C Verifiable Credentials Data Model v2.0 - https://www.w3.org/TR/vc-data-model-2.0, this adds the proof to the UnsignedVerifiableCredential struct
- Verifiable
Presentation - A Verifiable Presentation as defined by the W3C Verifiable Credentials Data Model v2.0 - https://www.w3.org/TR/vc-data-model-2.0/#verifiable-presentations
Enums§
- Holder
- https://www.w3.org/TR/vc-data-model-2.0/#holder
- Issuer
- https://www.w3.org/TR/vc-data-model-2.0/#issuer
- Language
Value - https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions
Functions§
- generate_
keypair - Generate a new Ed25519 keypair tuple. First is the signing key, second is the verifying key.