vectis-wallet 1.0.0-rc2

Vectis library for common messages, states and functions
Documentation
1
2
3
4
5
6
7
8
9
#![allow(deprecated)]
pub mod interface;
pub mod types;
pub mod util;

//  Global settings for addr pagination
pub const MAX_LIMIT: u32 = 100;
pub const DEFAULT_LIMIT: u32 = 50;
pub const POLICY: &[u8] = "vectis-policy".as_bytes();