indy-data-types 0.7.1

Common data types for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/// Credential definition identifiers
pub mod cred_def;
/// Revocation registry identifiers
pub mod rev_reg;
/// V1 schema identifiers
pub mod schema;

#[cfg(any(feature = "rich_schema", test))]
/// Rich schema identifiers
pub mod rich_schema;

/// The standard delimiter used in identifier strings
pub const DELIMITER: &str = ":";