pub type TwoResourcePoolGetVaultAmountsOutput = IndexMap<ResourceAddress, Decimal>;

Aliased Type§

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

Fields§

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