use U256;
use ;
use HashMap;
/// CirclesType enum
/// Represents the type of Circles ERC20 wrapper
/// Information about a wrapped token found in a transfer path
/// Maps wrapper address to [amount used in path, wrapper type]
/// Record of wrapped tokens found in a transfer path
/// Maps wrapper address to wrapped token information
pub type WrappedTokensRecord = ;