stellar-registry 0.1.0

Stellar cross-contract calls, simplified
Documentation
1
2
3
4
5
#![no_std]
//! `stellar-registry` is a collection of tools to help integrate with
//! existing smart contracts on Stellar.
//!
pub use stellar_registry_macro::{import_asset, import_contract, import_contract_client};