Options
All
  • Public
  • Public/Protected
  • All
Menu

InjectiveAuctionRPC defines gRPC API of the Auction API.

Hierarchy

  • InjectiveAuctionRPC

Implemented by

Index

Methods

  • Provide historical auction info for a given auction

    Parameters

    • request: { round?: string }
      • Optional round?: string

        The auction round number. -1 for latest.

    • Optional metadata: BrowserHeaders

    Returns internal.Promise<internal.AuctionEndpointResponse>

  • StreamBids streams new bids of an auction.

    Parameters

    Returns Observable<StreamBidsResponse>

Generated using TypeDoc