Base client for all engine requests

Hierarchy (view full)

Constructors

Properties

axiosInstance: AxiosInstance

Methods

  • Sets the linked signer for execute requests

    Parameters

    • linkedSigner: null | Signer

      The linkedSigner to use for all signatures. Set to null to revert to the chain signer

    Returns void

  • Gets the orderbook contract address for a given product

    Parameters

    • productId: number

    Returns Promise<string>