vta-sdk 0.13.2

SDK for Verifiable Trust Agents operating in Verifiable Trust Communities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod list;
pub mod retention;

pub const PROTOCOL_BASE: &str = "https://firstperson.network/protocols/audit-management/1.0";

pub const LIST_LOGS: &str = "https://firstperson.network/protocols/audit-management/1.0/list-logs";
pub const LIST_LOGS_RESULT: &str =
    "https://firstperson.network/protocols/audit-management/1.0/list-logs-result";

pub const GET_RETENTION: &str =
    "https://firstperson.network/protocols/audit-management/1.0/get-retention";
pub const GET_RETENTION_RESULT: &str =
    "https://firstperson.network/protocols/audit-management/1.0/get-retention-result";

pub const UPDATE_RETENTION: &str =
    "https://firstperson.network/protocols/audit-management/1.0/update-retention";
pub const UPDATE_RETENTION_RESULT: &str =
    "https://firstperson.network/protocols/audit-management/1.0/update-retention-result";