@paystreamer/sdk
    Preparing search index...

    Interface CreateDeepBookClientParams

    interface CreateDeepBookClientParams {
        address: string;
        client: ClientWithCoreApi;
        coins: CoinMap;
        network: Network;
        pools: PoolMap;
    }
    Index
    address: string
    client: ClientWithCoreApi
    coins: CoinMap

    Coin type registry DeepBook needs for scaling amounts and building types (must include the pool's base/quote coins and "DEEP" for trading fees).

    network: Network
    pools: PoolMap

    Pool registry, keyed by an arbitrary human-readable pool key.