All chains
    Preparing search index...
    get_reserves: RuntimeDescriptor<
        [
            asset1: { interior: XcmV5Junctions; parents: number },
            asset2: { interior: XcmV5Junctions; parents: number },
        ],
        ResultPayload<
            FixedSizeArray<2, bigint>,
            Enum<
                {
                    AmountOneLessThanMinimal: undefined;
                    AmountOutTooHigh: undefined;
                    AmountTwoLessThanMinimal: undefined;
                    AssetOneDepositDidNotMeetMinimum: undefined;
                    AssetOneWithdrawalDidNotMeetMinimum: undefined;
                    AssetTwoDepositDidNotMeetMinimum: undefined;
                    AssetTwoWithdrawalDidNotMeetMinimum: undefined;
                    BelowMinimum: undefined;
                    IncorrectPoolAssetId: undefined;
                    InsufficientLiquidityMinted: undefined;
                    InvalidAssetPair: undefined;
                    InvalidPath: undefined;
                    NonUniquePath: undefined;
                    OptimalAmountLessThanDesired: undefined;
                    Overflow: undefined;
                    PoolExists: undefined;
                    PoolNotFound: undefined;
                    ProvidedMaximumNotSufficientForSwap: undefined;
                    ProvidedMinimumNotSufficientForSwap: undefined;
                    ReserveLeftLessThanMinimal: undefined;
                    WrongDesiredAmount: undefined;
                    ZeroAmount: undefined;
                    ZeroLiquidity: undefined;
                },
            >,
        >,
    >

    Returns the balance of each asset in the pool. The tuple result is in the order requested (not necessarily the same as pool order).