pub type TwoResourcePoolGetRedemptionValueOutput = IndexMap<ResourceAddress, Decimal>;

Aliased Type§

struct TwoResourcePoolGetRedemptionValueOutput {
    pub(crate) core: IndexMapCore<ResourceAddress, Decimal>,
    hash_builder: RandomState,
}

Fields§

§core: IndexMapCore<ResourceAddress, Decimal>§hash_builder: RandomState