Versions in this module Expand all Collapse all v0 v0.1.2 Nov 14, 2024 v0.1.1 Jan 25, 2024 Changes in this version + const MaxInMemoryPathLength + var ErrEmptyInMemoryOrderBook = errors.New("Empty orderbook") + type InMemoryFinder struct + func NewInMemoryFinder(graph *orderbook.OrderBookGraph, includePools bool) InMemoryFinder + func (finder InMemoryFinder) Find(ctx context.Context, q paths.Query, maxLength uint) ([]paths.Path, uint32, error) + func (finder InMemoryFinder) FindFixedPaths(ctx context.Context, sourceAsset xdr.Asset, amountToSpend xdr.Int64, ...) ([]paths.Path, uint32, error)