vialabs-stellar-common 0.1.7

Common interfaces, types, and utilities for Stellar contracts in the VIA cross-chain messaging system
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![no_std]

pub mod encoding;
pub mod errors;
pub mod fee;
pub mod gas;
pub mod message_client_v4;
pub mod message_gateway_v4;
pub mod pos;
pub mod storage;
pub mod utils;