[][src]Crate indy_data_types

Re-exports

pub use indy_utils::ursa;

Modules

anoncreds

Type definitions related Indy credential issuance and verification

did

Indy DID representation and derivation

keys

Indy signing keys and verification keys

merkle_tree

Patricia Merkle tree support

Structs

ConversionError

Error type for general data conversion errors

CredentialDefinitionId

A credential definition identifier

EmbedJson

A wrapper used to embed JSON inside other structures

RevocationRegistryId

A revocation registry identifier

SchemaId

A V1 schema identifier

ValidationError

Error type for failures of Validatable::validate

Constants

IDENT_DELIMITER

The standard delimiter used in identifier strings

Traits

EmbedExtractJson

A trait implemented by types to facilitate embedding and extracting JSON

Validatable

Trait for data types which need validation after being loaded from external sources

Functions

embed_json

A helper method for converting an embeddable type into an EmbedJson<T>