siera-agent 0.2.0

Structures and traits related to an Aries agent.
Documentation
/// Connection module for a generic cloudagent
pub mod connection;

/// Credential module for a generic cloudagent
pub mod credential;

/// Credential definition module for a generic cloudagent
pub mod credential_definition;

/// Feature module for a generic cloudagent
pub mod feature;

/// Basic Message module for a generic cloudagent
pub mod basic_message;

/// Out Of Band Module for a generic cloudagent
pub mod oob;

/// Proof module for a generic cloudagent
pub mod proof;

/// Schema module for a generic cloudagent
pub mod schema;

/// Multitenancy module for a generic cloudagent
pub mod multitenancy;

/// wallet module for a generic cloudagent
pub mod wallet;

/// webhook module for a generic cloudagent
pub mod webhook;