sovrin-client 0.1.1-15

Sovrin client with c-callable interface
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod anoncreds;
pub mod common;
pub mod ledger;
pub mod pool;
pub mod signus;
pub mod sovrin;
pub mod wallet;

use api::ErrorCode;

pub trait ToErrorCode {
    fn to_error_code(&self) -> ErrorCode;
}