pub type WrappedTokensRecord = HashMap<String, WrappedTokenInfo>;Expand description
Record of wrapped tokens found in a transfer path Maps wrapper address to wrapped token information
Aliased Typeยง
pub struct WrappedTokensRecord { /* private fields */ }