vta-cli-common 0.10.20

Shared CLI command handlers and rendering helpers for VTA CLIs
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod commands;
// Terminal rendering for DIDs + their display names. The CLI layer over
// `vta_sdk::display_name`.
pub mod display;
pub mod duration;
pub mod local_keygen;
pub mod render;
pub mod sealed_consumer;
pub mod sealed_producer;
pub mod secure_file;