andromeda-std 1.0.0

The standard library for creating an Andromeda Digital Object
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod addresses;
pub mod messages;
pub mod recipient;

pub const ADO_DB_KEY: &str = "adodb";
pub const VFS_KEY: &str = "vfs";
pub const OSMOSIS_ROUTER_KEY: &str = "osmosis_router";
pub const ECONOMICS_KEY: &str = "economics";

pub use addresses::AndrAddr;
pub use recipient::Recipient;