Crate indy_utils
Source pub use qualifiable::Qualifiable;
- base58
- base58 encoding and decoding
- did
- Indy DID representation and derivation
- keys
- Indy signing keys and verification keys
- qualifiable
- Trait for qualifiable identifier types, having an optional prefix and method
- invalid
- Macro to return a new
ValidationError with an optional message - new_handle_type
- Derive a new handle type having an atomically increasing sequence number
- qualifiable_type
- Derive a new
Qualifiable string type - serde_derive_impl
- ConversionError
- Error type for general data conversion errors
- EncryptionError
- Error type for failure of encryption and decryption operations
- UnexpectedError
- Error type for eventualities that shouldn’t normally occur
- ValidationError
- Error type for failures of
Validatable::validate
- Validatable
- Trait for data types which need validation after being loaded from external sources