abstract-core 0.21.0

Abstract contract interfaces and storage layouts
Documentation
1
2
3
4
5
6
7
8
9
/// The delimiter between assets in lists
pub const ASSET_DELIMITER: &str = ",";
/// The delimited between types like contract_type/asset1,asset2
pub const TYPE_DELIMITER: &str = "/";
/// The delimiter between attributes like contract:protocol
pub const ATTRIBUTE_DELIMITER: &str = ":";
/// The delimiter between chains in asset names and traces
/// chain1>chain2>asset
pub const CHAIN_DELIMITER: &str = ">";