1
2
3
4
5
6
/// 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 = ":";