terra-asset 0.2.2

Helper library for interacting with Terra assets (SDK coins and CW20 tokens)
Documentation
mod asset;
mod asset_info;
mod asset_list;

pub use asset::{Asset, AssetUnchecked};
pub use asset_info::{AssetInfo, AssetInfoUnchecked};
pub use asset_list::{AssetList, AssetListUnchecked};

#[cfg(not(target_arch = "wasm32"))]
pub mod testing;