stellar-registry 0.0.4

A smart contract library for using stellar registry to import other smart contracts
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_scaffold_macro::*;