/// The delimiter between assets in lists
pubconstASSET_DELIMITER:&str=",";/// The delimited between types like contract_type/asset1,asset2
pubconstTYPE_DELIMITER:&str="/";/// The delimiter between attributes like contract:protocol
pubconstATTRIBUTE_DELIMITER:&str=":";