vta-sdk 0.10.0

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
pub mod descriptors;
pub mod types;

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

pub const EXPORT_BACKUP: &str =
    "https://firstperson.network/protocols/backup-management/1.0/export";
pub const EXPORT_BACKUP_RESULT: &str =
    "https://firstperson.network/protocols/backup-management/1.0/export-result";

pub const IMPORT_BACKUP: &str =
    "https://firstperson.network/protocols/backup-management/1.0/import";
pub const IMPORT_BACKUP_RESULT: &str =
    "https://firstperson.network/protocols/backup-management/1.0/import-result";