Documentation
¶
Overview ¶
Package api is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterApiHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApiHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApiClient) error
- func RegisterApiHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApiHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApiServer) error
- func RegisterApiServer(s grpc.ServiceRegistrar, srv ApiServer)
- type AccountMeta
- func (*AccountMeta) Descriptor() ([]byte, []int)deprecated
- func (x *AccountMeta) GetIsSigner() bool
- func (x *AccountMeta) GetIsWritable() bool
- func (x *AccountMeta) GetProgramID() string
- func (*AccountMeta) ProtoMessage()
- func (x *AccountMeta) ProtoReflect() protoreflect.Message
- func (x *AccountMeta) Reset()
- func (x *AccountMeta) String() string
- type ApiClient
- type ApiServer
- type Api_GetBlockStreamClient
- type Api_GetBlockStreamServer
- type Api_GetBundleTipStreamClient
- type Api_GetBundleTipStreamServer
- type Api_GetMarketDepthsStreamClient
- type Api_GetMarketDepthsStreamServer
- type Api_GetNewRaydiumPoolsStreamClient
- type Api_GetNewRaydiumPoolsStreamServer
- type Api_GetOrderStatusStreamClient
- type Api_GetOrderStatusStreamServer
- type Api_GetOrderbooksStreamClient
- type Api_GetOrderbooksStreamServer
- type Api_GetPoolReservesStreamClient
- type Api_GetPoolReservesStreamServer
- type Api_GetPricesStreamClient
- type Api_GetPricesStreamServer
- type Api_GetPriorityFeeStreamClient
- type Api_GetPriorityFeeStreamServer
- type Api_GetPumpFunNewTokensStreamClient
- type Api_GetPumpFunNewTokensStreamServer
- type Api_GetPumpFunSwapsStreamClient
- type Api_GetPumpFunSwapsStreamServer
- type Api_GetQuotesStreamClient
- type Api_GetQuotesStreamServer
- type Api_GetRecentBlockHashStreamClient
- type Api_GetRecentBlockHashStreamServer
- type Api_GetSwapsStreamClient
- type Api_GetSwapsStreamServer
- type Api_GetTickersStreamClient
- type Api_GetTickersStreamServer
- type Api_GetTradesStreamClient
- type Api_GetTradesStreamServer
- type Api_GetZetaTransactionStreamClient
- type Api_GetZetaTransactionStreamServer
- type Block
- func (*Block) Descriptor() ([]byte, []int)deprecated
- func (x *Block) GetHash() string
- func (x *Block) GetHeight() uint64
- func (x *Block) GetSlot() uint64
- func (x *Block) GetTime() int64
- func (*Block) ProtoMessage()
- func (x *Block) ProtoReflect() protoreflect.Message
- func (x *Block) Reset()
- func (x *Block) String() string
- type Candle
- func (*Candle) Descriptor() ([]byte, []int)deprecated
- func (x *Candle) GetAmount() float64
- func (x *Candle) GetClose() float64
- func (x *Candle) GetCount() float64
- func (x *Candle) GetHigh() float64
- func (x *Candle) GetLow() float64
- func (x *Candle) GetOpen() float64
- func (x *Candle) GetStartTime() *timestamp.Timestamp
- func (x *Candle) GetUpdateTime() *timestamp.Timestamp
- func (x *Candle) GetVolume() float64
- func (*Candle) ProtoMessage()
- func (x *Candle) ProtoReflect() protoreflect.Message
- func (x *Candle) Reset()
- func (x *Candle) String() string
- type Direction
- type GetAccountBalanceRequest
- func (*GetAccountBalanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountBalanceRequest) GetOwnerAddress() string
- func (*GetAccountBalanceRequest) ProtoMessage()
- func (x *GetAccountBalanceRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountBalanceRequest) Reset()
- func (x *GetAccountBalanceRequest) String() string
- type GetAccountBalanceResponse
- func (*GetAccountBalanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountBalanceResponse) GetTokens() []*TokenBalance
- func (*GetAccountBalanceResponse) ProtoMessage()
- func (x *GetAccountBalanceResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountBalanceResponse) Reset()
- func (x *GetAccountBalanceResponse) String() string
- type GetBlockStreamRequest
- type GetBlockStreamResponse
- func (*GetBlockStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockStreamResponse) GetBlock() *Block
- func (x *GetBlockStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetBlockStreamResponse) ProtoMessage()
- func (x *GetBlockStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlockStreamResponse) Reset()
- func (x *GetBlockStreamResponse) String() string
- type GetBundleTipRequest
- type GetBundleTipResponse
- func (*GetBundleTipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBundleTipResponse) GetEmaPercentile50() float64
- func (x *GetBundleTipResponse) GetPercentile25() float64
- func (x *GetBundleTipResponse) GetPercentile50() float64
- func (x *GetBundleTipResponse) GetPercentile75() float64
- func (x *GetBundleTipResponse) GetPercentile95() float64
- func (x *GetBundleTipResponse) GetPercentile99() float64
- func (x *GetBundleTipResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetBundleTipResponse) ProtoMessage()
- func (x *GetBundleTipResponse) ProtoReflect() protoreflect.Message
- func (x *GetBundleTipResponse) Reset()
- func (x *GetBundleTipResponse) String() string
- type GetJupiterPricesRequest
- func (*GetJupiterPricesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJupiterPricesRequest) GetTokens() []string
- func (*GetJupiterPricesRequest) ProtoMessage()
- func (x *GetJupiterPricesRequest) ProtoReflect() protoreflect.Message
- func (x *GetJupiterPricesRequest) Reset()
- func (x *GetJupiterPricesRequest) String() string
- type GetJupiterPricesResponse
- func (*GetJupiterPricesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJupiterPricesResponse) GetTokenPrices() []*TokenPriceV2
- func (*GetJupiterPricesResponse) ProtoMessage()
- func (x *GetJupiterPricesResponse) ProtoReflect() protoreflect.Message
- func (x *GetJupiterPricesResponse) Reset()
- func (x *GetJupiterPricesResponse) String() string
- type GetJupiterQuotesRequest
- func (*GetJupiterQuotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJupiterQuotesRequest) GetFastMode() bool
- func (x *GetJupiterQuotesRequest) GetInAmount() float64
- func (x *GetJupiterQuotesRequest) GetInToken() string
- func (x *GetJupiterQuotesRequest) GetOutToken() string
- func (x *GetJupiterQuotesRequest) GetSlippage() float64
- func (*GetJupiterQuotesRequest) ProtoMessage()
- func (x *GetJupiterQuotesRequest) ProtoReflect() protoreflect.Message
- func (x *GetJupiterQuotesRequest) Reset()
- func (x *GetJupiterQuotesRequest) String() string
- type GetJupiterQuotesResponse
- func (*GetJupiterQuotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJupiterQuotesResponse) GetInAmount() float64
- func (x *GetJupiterQuotesResponse) GetInToken() string
- func (x *GetJupiterQuotesResponse) GetInTokenAddress() string
- func (x *GetJupiterQuotesResponse) GetOutToken() string
- func (x *GetJupiterQuotesResponse) GetOutTokenAddress() string
- func (x *GetJupiterQuotesResponse) GetRoutes() []*JupiterQuoteRoute
- func (*GetJupiterQuotesResponse) ProtoMessage()
- func (x *GetJupiterQuotesResponse) ProtoReflect() protoreflect.Message
- func (x *GetJupiterQuotesResponse) Reset()
- func (x *GetJupiterQuotesResponse) String() string
- type GetKlineRequest
- func (*GetKlineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetKlineRequest) GetFrom() *timestamp.Timestamp
- func (x *GetKlineRequest) GetLimit() uint32
- func (x *GetKlineRequest) GetMarket() string
- func (x *GetKlineRequest) GetResolution() string
- func (x *GetKlineRequest) GetTo() *timestamp.Timestamp
- func (*GetKlineRequest) ProtoMessage()
- func (x *GetKlineRequest) ProtoReflect() protoreflect.Message
- func (x *GetKlineRequest) Reset()
- func (x *GetKlineRequest) String() string
- type GetKlineResponse
- func (*GetKlineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetKlineResponse) GetCandles() []*Candle
- func (x *GetKlineResponse) GetMarket() string
- func (x *GetKlineResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetKlineResponse) ProtoMessage()
- func (x *GetKlineResponse) ProtoReflect() protoreflect.Message
- func (x *GetKlineResponse) Reset()
- func (x *GetKlineResponse) String() string
- type GetMarketDepthRequest
- func (*GetMarketDepthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDepthRequest) GetLimit() uint32
- func (x *GetMarketDepthRequest) GetMarket() string
- func (x *GetMarketDepthRequest) GetProject() Project
- func (*GetMarketDepthRequest) ProtoMessage()
- func (x *GetMarketDepthRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketDepthRequest) Reset()
- func (x *GetMarketDepthRequest) String() string
- type GetMarketDepthRequestV2
- func (*GetMarketDepthRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDepthRequestV2) GetLimit() uint32
- func (x *GetMarketDepthRequestV2) GetMarket() string
- func (*GetMarketDepthRequestV2) ProtoMessage()
- func (x *GetMarketDepthRequestV2) ProtoReflect() protoreflect.Message
- func (x *GetMarketDepthRequestV2) Reset()
- func (x *GetMarketDepthRequestV2) String() string
- type GetMarketDepthResponse
- func (*GetMarketDepthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDepthResponse) GetAsks() []*MarketDepthItem
- func (x *GetMarketDepthResponse) GetBids() []*MarketDepthItem
- func (x *GetMarketDepthResponse) GetMarket() string
- func (x *GetMarketDepthResponse) GetMarketAddress() string
- func (*GetMarketDepthResponse) ProtoMessage()
- func (x *GetMarketDepthResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketDepthResponse) Reset()
- func (x *GetMarketDepthResponse) String() string
- type GetMarketDepthResponseV2
- func (*GetMarketDepthResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDepthResponseV2) GetAsks() []*MarketDepthItemV2
- func (x *GetMarketDepthResponseV2) GetBids() []*MarketDepthItemV2
- func (x *GetMarketDepthResponseV2) GetMarket() string
- func (x *GetMarketDepthResponseV2) GetMarketAddress() string
- func (*GetMarketDepthResponseV2) ProtoMessage()
- func (x *GetMarketDepthResponseV2) ProtoReflect() protoreflect.Message
- func (x *GetMarketDepthResponseV2) Reset()
- func (x *GetMarketDepthResponseV2) String() string
- type GetMarketDepthsRequest
- func (*GetMarketDepthsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDepthsRequest) GetLimit() uint32
- func (x *GetMarketDepthsRequest) GetMarkets() []string
- func (x *GetMarketDepthsRequest) GetProject() Project
- func (*GetMarketDepthsRequest) ProtoMessage()
- func (x *GetMarketDepthsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketDepthsRequest) Reset()
- func (x *GetMarketDepthsRequest) String() string
- type GetMarketDepthsStreamResponse
- func (*GetMarketDepthsStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDepthsStreamResponse) GetData() *GetMarketDepthResponse
- func (x *GetMarketDepthsStreamResponse) GetSlot() int64
- func (x *GetMarketDepthsStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetMarketDepthsStreamResponse) ProtoMessage()
- func (x *GetMarketDepthsStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketDepthsStreamResponse) Reset()
- func (x *GetMarketDepthsStreamResponse) String() string
- type GetMarketsRequest
- type GetMarketsRequestV2
- type GetMarketsResponse
- func (*GetMarketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsResponse) GetMarkets() map[string]*Market
- func (*GetMarketsResponse) ProtoMessage()
- func (x *GetMarketsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketsResponse) Reset()
- func (x *GetMarketsResponse) String() string
- type GetMarketsResponseV2
- func (*GetMarketsResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsResponseV2) GetMarkets() map[string]*MarketV2
- func (*GetMarketsResponseV2) ProtoMessage()
- func (x *GetMarketsResponseV2) ProtoReflect() protoreflect.Message
- func (x *GetMarketsResponseV2) Reset()
- func (x *GetMarketsResponseV2) String() string
- type GetNewRaydiumPoolsRequest
- func (*GetNewRaydiumPoolsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewRaydiumPoolsRequest) GetIncludeCPMM() bool
- func (*GetNewRaydiumPoolsRequest) ProtoMessage()
- func (x *GetNewRaydiumPoolsRequest) ProtoReflect() protoreflect.Message
- func (x *GetNewRaydiumPoolsRequest) Reset()
- func (x *GetNewRaydiumPoolsRequest) String() string
- type GetNewRaydiumPoolsResponse
- func (*GetNewRaydiumPoolsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewRaydiumPoolsResponse) GetPool() *ProjectPool
- func (x *GetNewRaydiumPoolsResponse) GetSlot() int64
- func (x *GetNewRaydiumPoolsResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetNewRaydiumPoolsResponse) ProtoMessage()
- func (x *GetNewRaydiumPoolsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNewRaydiumPoolsResponse) Reset()
- func (x *GetNewRaydiumPoolsResponse) String() string
- type GetOpenOrdersRequest
- func (*GetOpenOrdersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOpenOrdersRequest) GetAddress() string
- func (x *GetOpenOrdersRequest) GetLimit() uint32
- func (x *GetOpenOrdersRequest) GetMarket() string
- func (x *GetOpenOrdersRequest) GetOpenOrdersAddress() string
- func (x *GetOpenOrdersRequest) GetProject() Project
- func (*GetOpenOrdersRequest) ProtoMessage()
- func (x *GetOpenOrdersRequest) ProtoReflect() protoreflect.Message
- func (x *GetOpenOrdersRequest) Reset()
- func (x *GetOpenOrdersRequest) String() string
- type GetOpenOrdersRequestV2
- func (*GetOpenOrdersRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetOpenOrdersRequestV2) GetAddress() string
- func (x *GetOpenOrdersRequestV2) GetClientOrderID() uint64
- func (x *GetOpenOrdersRequestV2) GetLimit() uint32
- func (x *GetOpenOrdersRequestV2) GetMarket() string
- func (x *GetOpenOrdersRequestV2) GetOpenOrdersAddress() string
- func (x *GetOpenOrdersRequestV2) GetOrderID() string
- func (*GetOpenOrdersRequestV2) ProtoMessage()
- func (x *GetOpenOrdersRequestV2) ProtoReflect() protoreflect.Message
- func (x *GetOpenOrdersRequestV2) Reset()
- func (x *GetOpenOrdersRequestV2) String() string
- type GetOpenOrdersResponse
- func (*GetOpenOrdersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOpenOrdersResponse) GetOrders() []*Order
- func (*GetOpenOrdersResponse) ProtoMessage()
- func (x *GetOpenOrdersResponse) ProtoReflect() protoreflect.Message
- func (x *GetOpenOrdersResponse) Reset()
- func (x *GetOpenOrdersResponse) String() string
- type GetOpenOrdersResponseV2
- func (*GetOpenOrdersResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetOpenOrdersResponseV2) GetOrders() []*OrderV2
- func (*GetOpenOrdersResponseV2) ProtoMessage()
- func (x *GetOpenOrdersResponseV2) ProtoReflect() protoreflect.Message
- func (x *GetOpenOrdersResponseV2) Reset()
- func (x *GetOpenOrdersResponseV2) String() string
- type GetOrderByIDRequest
- func (*GetOrderByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderByIDRequest) GetMarket() string
- func (x *GetOrderByIDRequest) GetOrderID() string
- func (x *GetOrderByIDRequest) GetProject() Project
- func (*GetOrderByIDRequest) ProtoMessage()
- func (x *GetOrderByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderByIDRequest) Reset()
- func (x *GetOrderByIDRequest) String() string
- type GetOrderByIDResponse
- func (*GetOrderByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderByIDResponse) GetOrder() *Order
- func (*GetOrderByIDResponse) ProtoMessage()
- func (x *GetOrderByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderByIDResponse) Reset()
- func (x *GetOrderByIDResponse) String() string
- type GetOrderStatusResponse
- func (*GetOrderStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderStatusResponse) GetClientOrderID() uint64
- func (x *GetOrderStatusResponse) GetFillPrice() float32
- func (x *GetOrderStatusResponse) GetMarket() string
- func (x *GetOrderStatusResponse) GetOpenOrderAddress() string
- func (x *GetOrderStatusResponse) GetOrderID() string
- func (x *GetOrderStatusResponse) GetOrderPrice() float32
- func (x *GetOrderStatusResponse) GetOrderStatus() OrderStatus
- func (x *GetOrderStatusResponse) GetQuantityReleased() float32
- func (x *GetOrderStatusResponse) GetQuantityRemaining() float32
- func (x *GetOrderStatusResponse) GetSide() Side
- func (*GetOrderStatusResponse) ProtoMessage()
- func (x *GetOrderStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderStatusResponse) Reset()
- func (x *GetOrderStatusResponse) String() string
- type GetOrderStatusStreamRequest
- func (*GetOrderStatusStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderStatusStreamRequest) GetMarket() string
- func (x *GetOrderStatusStreamRequest) GetOwnerAddress() string
- func (x *GetOrderStatusStreamRequest) GetProject() Project
- func (*GetOrderStatusStreamRequest) ProtoMessage()
- func (x *GetOrderStatusStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderStatusStreamRequest) Reset()
- func (x *GetOrderStatusStreamRequest) String() string
- type GetOrderStatusStreamResponse
- func (*GetOrderStatusStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderStatusStreamResponse) GetOrderInfo() *GetOrderStatusResponse
- func (x *GetOrderStatusStreamResponse) GetSlot() int64
- func (x *GetOrderStatusStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetOrderStatusStreamResponse) ProtoMessage()
- func (x *GetOrderStatusStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderStatusStreamResponse) Reset()
- func (x *GetOrderStatusStreamResponse) String() string
- type GetOrderbookRequest
- func (*GetOrderbookRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderbookRequest) GetLimit() uint32
- func (x *GetOrderbookRequest) GetMarket() string
- func (x *GetOrderbookRequest) GetProject() Project
- func (*GetOrderbookRequest) ProtoMessage()
- func (x *GetOrderbookRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderbookRequest) Reset()
- func (x *GetOrderbookRequest) String() string
- type GetOrderbookRequestV2
- func (*GetOrderbookRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderbookRequestV2) GetLimit() uint32
- func (x *GetOrderbookRequestV2) GetMarket() string
- func (*GetOrderbookRequestV2) ProtoMessage()
- func (x *GetOrderbookRequestV2) ProtoReflect() protoreflect.Message
- func (x *GetOrderbookRequestV2) Reset()
- func (x *GetOrderbookRequestV2) String() string
- type GetOrderbookResponse
- func (*GetOrderbookResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderbookResponse) GetAsks() []*OrderbookItem
- func (x *GetOrderbookResponse) GetBids() []*OrderbookItem
- func (x *GetOrderbookResponse) GetMarket() string
- func (x *GetOrderbookResponse) GetMarketAddress() string
- func (*GetOrderbookResponse) ProtoMessage()
- func (x *GetOrderbookResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderbookResponse) Reset()
- func (x *GetOrderbookResponse) String() string
- type GetOrderbookResponseV2
- func (*GetOrderbookResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderbookResponseV2) GetAsks() []*OrderbookItemV2
- func (x *GetOrderbookResponseV2) GetBids() []*OrderbookItemV2
- func (x *GetOrderbookResponseV2) GetMarket() string
- func (x *GetOrderbookResponseV2) GetMarketAddress() string
- func (*GetOrderbookResponseV2) ProtoMessage()
- func (x *GetOrderbookResponseV2) ProtoReflect() protoreflect.Message
- func (x *GetOrderbookResponseV2) Reset()
- func (x *GetOrderbookResponseV2) String() string
- type GetOrderbooksRequest
- func (*GetOrderbooksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderbooksRequest) GetLimit() uint32
- func (x *GetOrderbooksRequest) GetMarkets() []string
- func (x *GetOrderbooksRequest) GetProject() Project
- func (*GetOrderbooksRequest) ProtoMessage()
- func (x *GetOrderbooksRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderbooksRequest) Reset()
- func (x *GetOrderbooksRequest) String() string
- type GetOrderbooksStreamResponse
- func (*GetOrderbooksStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderbooksStreamResponse) GetOrderbook() *GetOrderbookResponse
- func (x *GetOrderbooksStreamResponse) GetSlot() int64
- func (x *GetOrderbooksStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetOrderbooksStreamResponse) ProtoMessage()
- func (x *GetOrderbooksStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderbooksStreamResponse) Reset()
- func (x *GetOrderbooksStreamResponse) String() string
- type GetOrdersRequest
- func (*GetOrdersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersRequest) GetAddress() string
- func (x *GetOrdersRequest) GetDirection() Direction
- func (x *GetOrdersRequest) GetFrom() *timestamp.Timestamp
- func (x *GetOrdersRequest) GetLimit() uint32
- func (x *GetOrdersRequest) GetMarket() string
- func (x *GetOrdersRequest) GetOpenOrdersAddress() string
- func (x *GetOrdersRequest) GetProject() Project
- func (x *GetOrdersRequest) GetSide() Side
- func (x *GetOrdersRequest) GetStatus() OrderStatus
- func (x *GetOrdersRequest) GetTypes() []common.OrderType
- func (*GetOrdersRequest) ProtoMessage()
- func (x *GetOrdersRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrdersRequest) Reset()
- func (x *GetOrdersRequest) String() string
- type GetOrdersResponse
- type GetPoolReservesStreamRequest
- func (*GetPoolReservesStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPoolReservesStreamRequest) GetPools() []string
- func (x *GetPoolReservesStreamRequest) GetProjects() []Project
- func (*GetPoolReservesStreamRequest) ProtoMessage()
- func (x *GetPoolReservesStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetPoolReservesStreamRequest) Reset()
- func (x *GetPoolReservesStreamRequest) String() string
- type GetPoolReservesStreamResponse
- func (*GetPoolReservesStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPoolReservesStreamResponse) GetReserves() *PoolReserves
- func (x *GetPoolReservesStreamResponse) GetSlot() int64
- func (x *GetPoolReservesStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetPoolReservesStreamResponse) ProtoMessage()
- func (x *GetPoolReservesStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetPoolReservesStreamResponse) Reset()
- func (x *GetPoolReservesStreamResponse) String() string
- type GetPoolsRequest
- func (*GetPoolsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPoolsRequest) GetPairOrAddress() string
- func (x *GetPoolsRequest) GetProjects() []Project
- func (*GetPoolsRequest) ProtoMessage()
- func (x *GetPoolsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPoolsRequest) Reset()
- func (x *GetPoolsRequest) String() string
- type GetPoolsResponse
- func (*GetPoolsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPoolsResponse) GetProjects() []*ProjectPools
- func (*GetPoolsResponse) ProtoMessage()
- func (x *GetPoolsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPoolsResponse) Reset()
- func (x *GetPoolsResponse) String() string
- type GetPriceRequest
- type GetPriceResponse
- func (*GetPriceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPriceResponse) GetTokenPrices() []*TokenPrice
- func (*GetPriceResponse) ProtoMessage()
- func (x *GetPriceResponse) ProtoReflect() protoreflect.Message
- func (x *GetPriceResponse) Reset()
- func (x *GetPriceResponse) String() string
- type GetPricesStreamRequest
- func (*GetPricesStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPricesStreamRequest) GetProjects() []Project
- func (x *GetPricesStreamRequest) GetTokens() []string
- func (*GetPricesStreamRequest) ProtoMessage()
- func (x *GetPricesStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetPricesStreamRequest) Reset()
- func (x *GetPricesStreamRequest) String() string
- type GetPricesStreamResponse
- func (*GetPricesStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPricesStreamResponse) GetPrice() *TokenPrice
- func (x *GetPricesStreamResponse) GetSlot() int64
- func (x *GetPricesStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetPricesStreamResponse) ProtoMessage()
- func (x *GetPricesStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetPricesStreamResponse) Reset()
- func (x *GetPricesStreamResponse) String() string
- type GetPriorityFeeRequest
- func (*GetPriorityFeeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPriorityFeeRequest) GetPercentile() float64
- func (x *GetPriorityFeeRequest) GetProject() Project
- func (*GetPriorityFeeRequest) ProtoMessage()
- func (x *GetPriorityFeeRequest) ProtoReflect() protoreflect.Message
- func (x *GetPriorityFeeRequest) Reset()
- func (x *GetPriorityFeeRequest) String() string
- type GetPriorityFeeResponse
- func (*GetPriorityFeeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPriorityFeeResponse) GetFeeAtPercentile() uint64
- func (x *GetPriorityFeeResponse) GetPercentile() float64
- func (x *GetPriorityFeeResponse) GetProject() Project
- func (*GetPriorityFeeResponse) ProtoMessage()
- func (x *GetPriorityFeeResponse) ProtoReflect() protoreflect.Message
- func (x *GetPriorityFeeResponse) Reset()
- func (x *GetPriorityFeeResponse) String() string
- type GetPumpFunNewTokensStreamRequest
- func (*GetPumpFunNewTokensStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetPumpFunNewTokensStreamRequest) ProtoMessage()
- func (x *GetPumpFunNewTokensStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetPumpFunNewTokensStreamRequest) Reset()
- func (x *GetPumpFunNewTokensStreamRequest) String() string
- type GetPumpFunNewTokensStreamResponse
- func (*GetPumpFunNewTokensStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPumpFunNewTokensStreamResponse) GetBondingCurve() string
- func (x *GetPumpFunNewTokensStreamResponse) GetCreator() string
- func (x *GetPumpFunNewTokensStreamResponse) GetMint() string
- func (x *GetPumpFunNewTokensStreamResponse) GetName() string
- func (x *GetPumpFunNewTokensStreamResponse) GetSlot() int64
- func (x *GetPumpFunNewTokensStreamResponse) GetSymbol() string
- func (x *GetPumpFunNewTokensStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (x *GetPumpFunNewTokensStreamResponse) GetTxnHash() string
- func (x *GetPumpFunNewTokensStreamResponse) GetUri() string
- func (*GetPumpFunNewTokensStreamResponse) ProtoMessage()
- func (x *GetPumpFunNewTokensStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetPumpFunNewTokensStreamResponse) Reset()
- func (x *GetPumpFunNewTokensStreamResponse) String() string
- type GetPumpFunQuotesRequest
- func (*GetPumpFunQuotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPumpFunQuotesRequest) GetAmount() float64
- func (x *GetPumpFunQuotesRequest) GetBondingCurveAddress() string
- func (x *GetPumpFunQuotesRequest) GetMintAddress() string
- func (x *GetPumpFunQuotesRequest) GetQuoteType() string
- func (x *GetPumpFunQuotesRequest) GetSlippage() float64
- func (*GetPumpFunQuotesRequest) ProtoMessage()
- func (x *GetPumpFunQuotesRequest) ProtoReflect() protoreflect.Message
- func (x *GetPumpFunQuotesRequest) Reset()
- func (x *GetPumpFunQuotesRequest) String() string
- type GetPumpFunQuotesResponse
- func (*GetPumpFunQuotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPumpFunQuotesResponse) GetInAmount() float64
- func (x *GetPumpFunQuotesResponse) GetInTokenAddress() string
- func (x *GetPumpFunQuotesResponse) GetOutAmount() float64
- func (x *GetPumpFunQuotesResponse) GetOutTokenAddress() string
- func (x *GetPumpFunQuotesResponse) GetQuoteType() string
- func (*GetPumpFunQuotesResponse) ProtoMessage()
- func (x *GetPumpFunQuotesResponse) ProtoReflect() protoreflect.Message
- func (x *GetPumpFunQuotesResponse) Reset()
- func (x *GetPumpFunQuotesResponse) String() string
- type GetPumpFunSwapsStreamRequest
- func (*GetPumpFunSwapsStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPumpFunSwapsStreamRequest) GetTokens() []string
- func (*GetPumpFunSwapsStreamRequest) ProtoMessage()
- func (x *GetPumpFunSwapsStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetPumpFunSwapsStreamRequest) Reset()
- func (x *GetPumpFunSwapsStreamRequest) String() string
- type GetPumpFunSwapsStreamResponse
- func (*GetPumpFunSwapsStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPumpFunSwapsStreamResponse) GetBondingCurveAddress() string
- func (x *GetPumpFunSwapsStreamResponse) GetIsBuy() bool
- func (x *GetPumpFunSwapsStreamResponse) GetMintAddress() string
- func (x *GetPumpFunSwapsStreamResponse) GetSlot() int64
- func (x *GetPumpFunSwapsStreamResponse) GetSolAmount() uint64
- func (x *GetPumpFunSwapsStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (x *GetPumpFunSwapsStreamResponse) GetTokenAmount() uint64
- func (x *GetPumpFunSwapsStreamResponse) GetTokenVaultAddress() string
- func (x *GetPumpFunSwapsStreamResponse) GetTxnHash() string
- func (x *GetPumpFunSwapsStreamResponse) GetUserAddress() string
- func (x *GetPumpFunSwapsStreamResponse) GetUserTokenAccountAddress() string
- func (x *GetPumpFunSwapsStreamResponse) GetVirtualSolReserves() uint64
- func (x *GetPumpFunSwapsStreamResponse) GetVirtualTokenReserves() uint64
- func (*GetPumpFunSwapsStreamResponse) ProtoMessage()
- func (x *GetPumpFunSwapsStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetPumpFunSwapsStreamResponse) Reset()
- func (x *GetPumpFunSwapsStreamResponse) String() string
- type GetQuotesRequest
- func (*GetQuotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetQuotesRequest) GetInAmount() float64
- func (x *GetQuotesRequest) GetInToken() string
- func (x *GetQuotesRequest) GetLimit() int32
- func (x *GetQuotesRequest) GetOutToken() string
- func (x *GetQuotesRequest) GetProjects() []Project
- func (x *GetQuotesRequest) GetSlippage() float64
- func (*GetQuotesRequest) ProtoMessage()
- func (x *GetQuotesRequest) ProtoReflect() protoreflect.Message
- func (x *GetQuotesRequest) Reset()
- func (x *GetQuotesRequest) String() string
- type GetQuotesResponse
- func (*GetQuotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetQuotesResponse) GetInAmount() float64
- func (x *GetQuotesResponse) GetInToken() string
- func (x *GetQuotesResponse) GetInTokenAddress() string
- func (x *GetQuotesResponse) GetOutToken() string
- func (x *GetQuotesResponse) GetOutTokenAddress() string
- func (x *GetQuotesResponse) GetQuotes() []*ProjectQuote
- func (*GetQuotesResponse) ProtoMessage()
- func (x *GetQuotesResponse) ProtoReflect() protoreflect.Message
- func (x *GetQuotesResponse) Reset()
- func (x *GetQuotesResponse) String() string
- type GetQuotesStreamRequest
- func (*GetQuotesStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetQuotesStreamRequest) GetProjects() []Project
- func (x *GetQuotesStreamRequest) GetTokenPairs() []*TokenPair
- func (*GetQuotesStreamRequest) ProtoMessage()
- func (x *GetQuotesStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetQuotesStreamRequest) Reset()
- func (x *GetQuotesStreamRequest) String() string
- type GetQuotesStreamResponse
- func (*GetQuotesStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetQuotesStreamResponse) GetQuote() *GetQuotesStreamUpdate
- func (x *GetQuotesStreamResponse) GetSlot() int64
- func (x *GetQuotesStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetQuotesStreamResponse) ProtoMessage()
- func (x *GetQuotesStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetQuotesStreamResponse) Reset()
- func (x *GetQuotesStreamResponse) String() string
- type GetQuotesStreamUpdate
- func (*GetQuotesStreamUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *GetQuotesStreamUpdate) GetInAmount() float64
- func (x *GetQuotesStreamUpdate) GetInToken() string
- func (x *GetQuotesStreamUpdate) GetInTokenAddress() string
- func (x *GetQuotesStreamUpdate) GetOutAmount() float64
- func (x *GetQuotesStreamUpdate) GetOutToken() string
- func (x *GetQuotesStreamUpdate) GetOutTokenAddress() string
- func (x *GetQuotesStreamUpdate) GetProject() Project
- func (*GetQuotesStreamUpdate) ProtoMessage()
- func (x *GetQuotesStreamUpdate) ProtoReflect() protoreflect.Message
- func (x *GetQuotesStreamUpdate) Reset()
- func (x *GetQuotesStreamUpdate) String() string
- type GetRateLimitRequest
- type GetRateLimitResponse
- func (*GetRateLimitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRateLimitResponse) GetAccountID() string
- func (x *GetRateLimitResponse) GetCount() uint64
- func (x *GetRateLimitResponse) GetInterval() string
- func (x *GetRateLimitResponse) GetIntervalNum() uint64
- func (x *GetRateLimitResponse) GetLimit() uint64
- func (x *GetRateLimitResponse) GetReset_() uint64
- func (x *GetRateLimitResponse) GetStreamInfos() []*StreamInfo
- func (x *GetRateLimitResponse) GetTier() string
- func (*GetRateLimitResponse) ProtoMessage()
- func (x *GetRateLimitResponse) ProtoReflect() protoreflect.Message
- func (x *GetRateLimitResponse) Reset()
- func (x *GetRateLimitResponse) String() string
- type GetRaydiumPoolReserveRequest
- func (*GetRaydiumPoolReserveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumPoolReserveRequest) GetPairsOrAddresses() []string
- func (*GetRaydiumPoolReserveRequest) ProtoMessage()
- func (x *GetRaydiumPoolReserveRequest) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumPoolReserveRequest) Reset()
- func (x *GetRaydiumPoolReserveRequest) String() string
- type GetRaydiumPoolReserveResponse
- func (*GetRaydiumPoolReserveResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumPoolReserveResponse) GetPools() []*ProjectPool
- func (*GetRaydiumPoolReserveResponse) ProtoMessage()
- func (x *GetRaydiumPoolReserveResponse) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumPoolReserveResponse) Reset()
- func (x *GetRaydiumPoolReserveResponse) String() string
- type GetRaydiumPoolsRequest
- type GetRaydiumPoolsResponse
- func (*GetRaydiumPoolsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumPoolsResponse) GetPools() []*ProjectPool
- func (*GetRaydiumPoolsResponse) ProtoMessage()
- func (x *GetRaydiumPoolsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumPoolsResponse) Reset()
- func (x *GetRaydiumPoolsResponse) String() string
- type GetRaydiumPricesRequest
- func (*GetRaydiumPricesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumPricesRequest) GetTokens() []string
- func (*GetRaydiumPricesRequest) ProtoMessage()
- func (x *GetRaydiumPricesRequest) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumPricesRequest) Reset()
- func (x *GetRaydiumPricesRequest) String() string
- type GetRaydiumPricesResponse
- func (*GetRaydiumPricesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumPricesResponse) GetTokenPrices() []*TokenPriceV2
- func (*GetRaydiumPricesResponse) ProtoMessage()
- func (x *GetRaydiumPricesResponse) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumPricesResponse) Reset()
- func (x *GetRaydiumPricesResponse) String() string
- type GetRaydiumQuotesRequest
- func (*GetRaydiumQuotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumQuotesRequest) GetInAmount() float64
- func (x *GetRaydiumQuotesRequest) GetInToken() string
- func (x *GetRaydiumQuotesRequest) GetOutToken() string
- func (x *GetRaydiumQuotesRequest) GetSlippage() float64
- func (*GetRaydiumQuotesRequest) ProtoMessage()
- func (x *GetRaydiumQuotesRequest) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumQuotesRequest) Reset()
- func (x *GetRaydiumQuotesRequest) String() string
- type GetRaydiumQuotesResponse
- func (*GetRaydiumQuotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRaydiumQuotesResponse) GetInAmount() float64
- func (x *GetRaydiumQuotesResponse) GetInToken() string
- func (x *GetRaydiumQuotesResponse) GetInTokenAddress() string
- func (x *GetRaydiumQuotesResponse) GetOutToken() string
- func (x *GetRaydiumQuotesResponse) GetOutTokenAddress() string
- func (x *GetRaydiumQuotesResponse) GetRoutes() []*RaydiumQuoteRoute
- func (*GetRaydiumQuotesResponse) ProtoMessage()
- func (x *GetRaydiumQuotesResponse) ProtoReflect() protoreflect.Message
- func (x *GetRaydiumQuotesResponse) Reset()
- func (x *GetRaydiumQuotesResponse) String() string
- type GetRecentBlockHashRequest
- type GetRecentBlockHashRequestV2
- func (*GetRecentBlockHashRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecentBlockHashRequestV2) GetOffset() uint64
- func (*GetRecentBlockHashRequestV2) ProtoMessage()
- func (x *GetRecentBlockHashRequestV2) ProtoReflect() protoreflect.Message
- func (x *GetRecentBlockHashRequestV2) Reset()
- func (x *GetRecentBlockHashRequestV2) String() string
- type GetRecentBlockHashResponse
- func (*GetRecentBlockHashResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecentBlockHashResponse) GetBlockHash() string
- func (x *GetRecentBlockHashResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetRecentBlockHashResponse) ProtoMessage()
- func (x *GetRecentBlockHashResponse) ProtoReflect() protoreflect.Message
- func (x *GetRecentBlockHashResponse) Reset()
- func (x *GetRecentBlockHashResponse) String() string
- type GetRecentBlockHashResponseV2
- func (*GetRecentBlockHashResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecentBlockHashResponseV2) GetBlockHash() string
- func (x *GetRecentBlockHashResponseV2) GetTimestamp() *timestamp.Timestamp
- func (*GetRecentBlockHashResponseV2) ProtoMessage()
- func (x *GetRecentBlockHashResponseV2) ProtoReflect() protoreflect.Message
- func (x *GetRecentBlockHashResponseV2) Reset()
- func (x *GetRecentBlockHashResponseV2) String() string
- type GetServerTimeRequest
- type GetServerTimeResponse
- func (*GetServerTimeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetServerTimeResponse) GetTimestamp() string
- func (*GetServerTimeResponse) ProtoMessage()
- func (x *GetServerTimeResponse) ProtoReflect() protoreflect.Message
- func (x *GetServerTimeResponse) Reset()
- func (x *GetServerTimeResponse) String() string
- type GetSwapsStreamRequest
- func (*GetSwapsStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSwapsStreamRequest) GetIncludeFailed() bool
- func (x *GetSwapsStreamRequest) GetPools() []string
- func (x *GetSwapsStreamRequest) GetProjects() []Project
- func (*GetSwapsStreamRequest) ProtoMessage()
- func (x *GetSwapsStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetSwapsStreamRequest) Reset()
- func (x *GetSwapsStreamRequest) String() string
- type GetSwapsStreamResponse
- func (*GetSwapsStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSwapsStreamResponse) GetSlot() int64
- func (x *GetSwapsStreamResponse) GetSwap() *GetSwapsStreamUpdate
- func (x *GetSwapsStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetSwapsStreamResponse) ProtoMessage()
- func (x *GetSwapsStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetSwapsStreamResponse) Reset()
- func (x *GetSwapsStreamResponse) String() string
- type GetSwapsStreamUpdate
- func (*GetSwapsStreamUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *GetSwapsStreamUpdate) GetDestinationAccount() string
- func (x *GetSwapsStreamUpdate) GetInAmount() float64
- func (x *GetSwapsStreamUpdate) GetInToken() string
- func (x *GetSwapsStreamUpdate) GetInTokenAddress() string
- func (x *GetSwapsStreamUpdate) GetOutAmountMin() float64
- func (x *GetSwapsStreamUpdate) GetOutToken() string
- func (x *GetSwapsStreamUpdate) GetOutTokenAddress() string
- func (x *GetSwapsStreamUpdate) GetOwnerAccount() string
- func (x *GetSwapsStreamUpdate) GetPoolAddress() string
- func (x *GetSwapsStreamUpdate) GetProject() Project
- func (x *GetSwapsStreamUpdate) GetSignature() string
- func (x *GetSwapsStreamUpdate) GetSourceAccount() string
- func (x *GetSwapsStreamUpdate) GetSuccess() bool
- func (*GetSwapsStreamUpdate) ProtoMessage()
- func (x *GetSwapsStreamUpdate) ProtoReflect() protoreflect.Message
- func (x *GetSwapsStreamUpdate) Reset()
- func (x *GetSwapsStreamUpdate) String() string
- type GetTickersRequest
- func (*GetTickersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTickersRequest) GetMarket() string
- func (x *GetTickersRequest) GetProject() Project
- func (*GetTickersRequest) ProtoMessage()
- func (x *GetTickersRequest) ProtoReflect() protoreflect.Message
- func (x *GetTickersRequest) Reset()
- func (x *GetTickersRequest) String() string
- type GetTickersRequestV2
- func (*GetTickersRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetTickersRequestV2) GetMarket() string
- func (*GetTickersRequestV2) ProtoMessage()
- func (x *GetTickersRequestV2) ProtoReflect() protoreflect.Message
- func (x *GetTickersRequestV2) Reset()
- func (x *GetTickersRequestV2) String() string
- type GetTickersResponse
- func (*GetTickersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTickersResponse) GetTickers() []*Ticker
- func (*GetTickersResponse) ProtoMessage()
- func (x *GetTickersResponse) ProtoReflect() protoreflect.Message
- func (x *GetTickersResponse) Reset()
- func (x *GetTickersResponse) String() string
- type GetTickersResponseV2
- func (*GetTickersResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetTickersResponseV2) GetTickers() []*TickerV2
- func (*GetTickersResponseV2) ProtoMessage()
- func (x *GetTickersResponseV2) ProtoReflect() protoreflect.Message
- func (x *GetTickersResponseV2) Reset()
- func (x *GetTickersResponseV2) String() string
- type GetTickersStreamRequest
- func (*GetTickersStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTickersStreamRequest) GetMarkets() []string
- func (x *GetTickersStreamRequest) GetProject() Project
- func (*GetTickersStreamRequest) ProtoMessage()
- func (x *GetTickersStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetTickersStreamRequest) Reset()
- func (x *GetTickersStreamRequest) String() string
- type GetTickersStreamResponse
- func (*GetTickersStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTickersStreamResponse) GetSlot() int64
- func (x *GetTickersStreamResponse) GetTicker() *GetTickersResponse
- func (x *GetTickersStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (*GetTickersStreamResponse) ProtoMessage()
- func (x *GetTickersStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetTickersStreamResponse) Reset()
- func (x *GetTickersStreamResponse) String() string
- type GetTokenAccountsRequest
- func (*GetTokenAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTokenAccountsRequest) GetOwnerAddress() string
- func (*GetTokenAccountsRequest) ProtoMessage()
- func (x *GetTokenAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTokenAccountsRequest) Reset()
- func (x *GetTokenAccountsRequest) String() string
- type GetTokenAccountsResponse
- func (*GetTokenAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTokenAccountsResponse) GetAccounts() []*TokenAccount
- func (*GetTokenAccountsResponse) ProtoMessage()
- func (x *GetTokenAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTokenAccountsResponse) Reset()
- func (x *GetTokenAccountsResponse) String() string
- type GetTradesRequest
- func (*GetTradesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesRequest) GetLimit() uint32
- func (x *GetTradesRequest) GetMarket() string
- func (x *GetTradesRequest) GetProject() Project
- func (*GetTradesRequest) ProtoMessage()
- func (x *GetTradesRequest) ProtoReflect() protoreflect.Message
- func (x *GetTradesRequest) Reset()
- func (x *GetTradesRequest) String() string
- type GetTradesResponse
- type GetTradesStreamResponse
- func (*GetTradesStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesStreamResponse) GetSlot() int64
- func (x *GetTradesStreamResponse) GetTimestamp() *timestamp.Timestamp
- func (x *GetTradesStreamResponse) GetTrades() *GetTradesResponse
- func (*GetTradesStreamResponse) ProtoMessage()
- func (x *GetTradesStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetTradesStreamResponse) Reset()
- func (x *GetTradesStreamResponse) String() string
- type GetTransactionRequest
- func (*GetTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransactionRequest) GetSignature() string
- func (*GetTransactionRequest) ProtoMessage()
- func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *GetTransactionRequest) Reset()
- func (x *GetTransactionRequest) String() string
- type GetTransactionResponse
- func (*GetTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransactionResponse) GetBlockTime() uint64
- func (x *GetTransactionResponse) GetMetadata() *TransactionMeta
- func (x *GetTransactionResponse) GetSlot() uint64
- func (x *GetTransactionResponse) GetStatus() string
- func (x *GetTransactionResponse) GetVersion() int32
- func (*GetTransactionResponse) ProtoMessage()
- func (x *GetTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *GetTransactionResponse) Reset()
- func (x *GetTransactionResponse) String() string
- type GetUnsettledRequest
- func (*GetUnsettledRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUnsettledRequest) GetMarket() string
- func (x *GetUnsettledRequest) GetOwnerAddress() string
- func (x *GetUnsettledRequest) GetProject() Project
- func (*GetUnsettledRequest) ProtoMessage()
- func (x *GetUnsettledRequest) ProtoReflect() protoreflect.Message
- func (x *GetUnsettledRequest) Reset()
- func (x *GetUnsettledRequest) String() string
- type GetUnsettledRequestV2
- func (*GetUnsettledRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *GetUnsettledRequestV2) GetMarket() string
- func (x *GetUnsettledRequestV2) GetOwnerAddress() string
- func (*GetUnsettledRequestV2) ProtoMessage()
- func (x *GetUnsettledRequestV2) ProtoReflect() protoreflect.Message
- func (x *GetUnsettledRequestV2) Reset()
- func (x *GetUnsettledRequestV2) String() string
- type GetUnsettledResponse
- func (*GetUnsettledResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUnsettledResponse) GetMarket() string
- func (x *GetUnsettledResponse) GetUnsettled() []*UnsettledAccount
- func (*GetUnsettledResponse) ProtoMessage()
- func (x *GetUnsettledResponse) ProtoReflect() protoreflect.Message
- func (x *GetUnsettledResponse) Reset()
- func (x *GetUnsettledResponse) String() string
- type GetZetaTransactionStreamRequest
- func (*GetZetaTransactionStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetZetaTransactionStreamRequest) GetInstructions() []string
- func (*GetZetaTransactionStreamRequest) ProtoMessage()
- func (x *GetZetaTransactionStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetZetaTransactionStreamRequest) Reset()
- func (x *GetZetaTransactionStreamRequest) String() string
- type GetZetaTransactionStreamResponse
- func (*GetZetaTransactionStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetZetaTransactionStreamResponse) GetMeta() *TransactionMeta
- func (x *GetZetaTransactionStreamResponse) GetSlot() int64
- func (x *GetZetaTransactionStreamResponse) GetTransaction() *TransactionZeta
- func (*GetZetaTransactionStreamResponse) ProtoMessage()
- func (x *GetZetaTransactionStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetZetaTransactionStreamResponse) Reset()
- func (x *GetZetaTransactionStreamResponse) String() string
- type Instruction
- func (*Instruction) Descriptor() ([]byte, []int)deprecated
- func (x *Instruction) GetAccounts() []uint32
- func (x *Instruction) GetData() []byte
- func (x *Instruction) GetProgramIdIndex() uint32
- func (*Instruction) ProtoMessage()
- func (x *Instruction) ProtoReflect() protoreflect.Message
- func (x *Instruction) Reset()
- func (x *Instruction) String() string
- type InstructionJupiter
- func (*InstructionJupiter) Descriptor() ([]byte, []int)deprecated
- func (x *InstructionJupiter) GetAccounts() []*AccountMeta
- func (x *InstructionJupiter) GetData() []byte
- func (x *InstructionJupiter) GetProgramID() string
- func (*InstructionJupiter) ProtoMessage()
- func (x *InstructionJupiter) ProtoReflect() protoreflect.Message
- func (x *InstructionJupiter) Reset()
- func (x *InstructionJupiter) String() string
- type InstructionRaydium
- func (*InstructionRaydium) Descriptor() ([]byte, []int)deprecated
- func (x *InstructionRaydium) GetAccounts() []*AccountMeta
- func (x *InstructionRaydium) GetData() []byte
- func (x *InstructionRaydium) GetProgramID() string
- func (*InstructionRaydium) ProtoMessage()
- func (x *InstructionRaydium) ProtoReflect() protoreflect.Message
- func (x *InstructionRaydium) Reset()
- func (x *InstructionRaydium) String() string
- type InstructionRequest
- func (*InstructionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstructionRequest) GetProgramIdIndex() uint32
- func (*InstructionRequest) ProtoMessage()
- func (x *InstructionRequest) ProtoReflect() protoreflect.Message
- func (x *InstructionRequest) Reset()
- func (x *InstructionRequest) String() string
- type JupiterQuoteRoute
- func (*JupiterQuoteRoute) Descriptor() ([]byte, []int)deprecated
- func (x *JupiterQuoteRoute) GetInAmount() float64
- func (x *JupiterQuoteRoute) GetOutAmount() float64
- func (x *JupiterQuoteRoute) GetOutAmountMin() float64
- func (x *JupiterQuoteRoute) GetSteps() []*JupiterQuoteStep
- func (*JupiterQuoteRoute) ProtoMessage()
- func (x *JupiterQuoteRoute) ProtoReflect() protoreflect.Message
- func (x *JupiterQuoteRoute) Reset()
- func (x *JupiterQuoteRoute) String() string
- type JupiterQuoteStep
- func (*JupiterQuoteStep) Descriptor() ([]byte, []int)deprecated
- func (x *JupiterQuoteStep) GetFee() *common.Fee
- func (x *JupiterQuoteStep) GetInAmount() float64
- func (x *JupiterQuoteStep) GetInToken() string
- func (x *JupiterQuoteStep) GetInTokenAddress() string
- func (x *JupiterQuoteStep) GetOutAmount() float64
- func (x *JupiterQuoteStep) GetOutAmountMin() float64
- func (x *JupiterQuoteStep) GetOutToken() string
- func (x *JupiterQuoteStep) GetOutTokenAddress() string
- func (x *JupiterQuoteStep) GetPriceImpactPercent() *common.PriceImpactPercentV2
- func (x *JupiterQuoteStep) GetProject() *StepProject
- func (x *JupiterQuoteStep) GetSlippage() float64
- func (*JupiterQuoteStep) ProtoMessage()
- func (x *JupiterQuoteStep) ProtoReflect() protoreflect.Message
- func (x *JupiterQuoteStep) Reset()
- func (x *JupiterQuoteStep) String() string
- type JupiterRouteStep
- func (*JupiterRouteStep) Descriptor() ([]byte, []int)deprecated
- func (x *JupiterRouteStep) GetFee() *common.Fee
- func (x *JupiterRouteStep) GetInAmount() float64
- func (x *JupiterRouteStep) GetInToken() string
- func (x *JupiterRouteStep) GetOutAmount() float64
- func (x *JupiterRouteStep) GetOutAmountMin() float64
- func (x *JupiterRouteStep) GetOutToken() string
- func (x *JupiterRouteStep) GetProject() *StepProject
- func (*JupiterRouteStep) ProtoMessage()
- func (x *JupiterRouteStep) ProtoReflect() protoreflect.Message
- func (x *JupiterRouteStep) Reset()
- func (x *JupiterRouteStep) String() string
- type LiquidityPoolKeys
- func (*LiquidityPoolKeys) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityPoolKeys) GetAuthority() string
- func (x *LiquidityPoolKeys) GetBaseMint() string
- func (x *LiquidityPoolKeys) GetBaseVault() string
- func (x *LiquidityPoolKeys) GetId() string
- func (x *LiquidityPoolKeys) GetLpMint() string
- func (x *LiquidityPoolKeys) GetLpVault() string
- func (x *LiquidityPoolKeys) GetMarketAsks() string
- func (x *LiquidityPoolKeys) GetMarketAuthority() string
- func (x *LiquidityPoolKeys) GetMarketBaseVault() string
- func (x *LiquidityPoolKeys) GetMarketBids() string
- func (x *LiquidityPoolKeys) GetMarketEventQueue() string
- func (x *LiquidityPoolKeys) GetMarketID() string
- func (x *LiquidityPoolKeys) GetMarketProgramID() string
- func (x *LiquidityPoolKeys) GetMarketQuoteVault() string
- func (x *LiquidityPoolKeys) GetMarketVersion() uint32
- func (x *LiquidityPoolKeys) GetOpenOrders() string
- func (x *LiquidityPoolKeys) GetProgramID() string
- func (x *LiquidityPoolKeys) GetQuoteMint() string
- func (x *LiquidityPoolKeys) GetQuoteVault() string
- func (x *LiquidityPoolKeys) GetTargetOrders() string
- func (x *LiquidityPoolKeys) GetTradeFeeRate() uint64
- func (x *LiquidityPoolKeys) GetVersion() uint32
- func (x *LiquidityPoolKeys) GetWithdrawQueue() string
- func (*LiquidityPoolKeys) ProtoMessage()
- func (x *LiquidityPoolKeys) ProtoReflect() protoreflect.Message
- func (x *LiquidityPoolKeys) Reset()
- func (x *LiquidityPoolKeys) String() string
- type Market
- func (*Market) Descriptor() ([]byte, []int)deprecated
- func (x *Market) GetAddress() string
- func (x *Market) GetBaseDecimals() int64
- func (x *Market) GetBaseMint() string
- func (x *Market) GetMarket() string
- func (x *Market) GetProject() Project
- func (x *Market) GetQuoteDecimals() int64
- func (x *Market) GetQuotedMint() string
- func (x *Market) GetStatus() MarketStatus
- func (*Market) ProtoMessage()
- func (x *Market) ProtoReflect() protoreflect.Message
- func (x *Market) Reset()
- func (x *Market) String() string
- type MarketDepthItem
- func (*MarketDepthItem) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthItem) GetPrice() float64
- func (x *MarketDepthItem) GetSize() float64
- func (*MarketDepthItem) ProtoMessage()
- func (x *MarketDepthItem) ProtoReflect() protoreflect.Message
- func (x *MarketDepthItem) Reset()
- func (x *MarketDepthItem) String() string
- type MarketDepthItemV2
- func (*MarketDepthItemV2) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthItemV2) GetPrice() float64
- func (x *MarketDepthItemV2) GetSize() float64
- func (*MarketDepthItemV2) ProtoMessage()
- func (x *MarketDepthItemV2) ProtoReflect() protoreflect.Message
- func (x *MarketDepthItemV2) Reset()
- func (x *MarketDepthItemV2) String() string
- type MarketStatus
- func (MarketStatus) Descriptor() protoreflect.EnumDescriptor
- func (x MarketStatus) Enum() *MarketStatus
- func (MarketStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x MarketStatus) Number() protoreflect.EnumNumber
- func (x MarketStatus) String() string
- func (MarketStatus) Type() protoreflect.EnumType
- type MarketV2
- func (*MarketV2) Descriptor() ([]byte, []int)deprecated
- func (x *MarketV2) GetAddress() string
- func (x *MarketV2) GetBaseDecimals() int64
- func (x *MarketV2) GetBaseMint() string
- func (x *MarketV2) GetMarket() string
- func (x *MarketV2) GetQuoteDecimals() int64
- func (x *MarketV2) GetQuotedMint() string
- func (*MarketV2) ProtoMessage()
- func (x *MarketV2) ProtoReflect() protoreflect.Message
- func (x *MarketV2) Reset()
- func (x *MarketV2) String() string
- type Order
- func (*Order) Descriptor() ([]byte, []int)deprecated
- func (x *Order) GetClientOrderID() string
- func (x *Order) GetCreatedAt() *timestamp.Timestamp
- func (x *Order) GetMarket() string
- func (x *Order) GetOpenOrderAccount() string
- func (x *Order) GetOrderID() string
- func (x *Order) GetPrice() float64
- func (x *Order) GetRemainingSize() float64
- func (x *Order) GetSide() Side
- func (x *Order) GetTypes() []common.OrderType
- func (*Order) ProtoMessage()
- func (x *Order) ProtoReflect() protoreflect.Message
- func (x *Order) Reset()
- func (x *Order) String() string
- type OrderStatus
- func (OrderStatus) Descriptor() protoreflect.EnumDescriptor
- func (x OrderStatus) Enum() *OrderStatus
- func (OrderStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrderStatus) Number() protoreflect.EnumNumber
- func (x OrderStatus) String() string
- func (OrderStatus) Type() protoreflect.EnumType
- type OrderV2
- func (*OrderV2) Descriptor() ([]byte, []int)deprecated
- func (x *OrderV2) GetClientOrderID() string
- func (x *OrderV2) GetCreatedAt() *timestamp.Timestamp
- func (x *OrderV2) GetMarket() string
- func (x *OrderV2) GetOpenOrderAccount() string
- func (x *OrderV2) GetOrderID() string
- func (x *OrderV2) GetPrice() float64
- func (x *OrderV2) GetRemainingSize() float64
- func (x *OrderV2) GetSide() string
- func (x *OrderV2) GetType() string
- func (*OrderV2) ProtoMessage()
- func (x *OrderV2) ProtoReflect() protoreflect.Message
- func (x *OrderV2) Reset()
- func (x *OrderV2) String() string
- type OrderbookItem
- func (*OrderbookItem) Descriptor() ([]byte, []int)deprecated
- func (x *OrderbookItem) GetClientOrderID() uint64
- func (x *OrderbookItem) GetOrderID() string
- func (x *OrderbookItem) GetOwnerAddress() string
- func (x *OrderbookItem) GetPrice() float64
- func (x *OrderbookItem) GetSize() float64
- func (*OrderbookItem) ProtoMessage()
- func (x *OrderbookItem) ProtoReflect() protoreflect.Message
- func (x *OrderbookItem) Reset()
- func (x *OrderbookItem) String() string
- type OrderbookItemV2
- func (*OrderbookItemV2) Descriptor() ([]byte, []int)deprecated
- func (x *OrderbookItemV2) GetClientOrderID() uint64
- func (x *OrderbookItemV2) GetOrderID() string
- func (x *OrderbookItemV2) GetOwnerAddress() string
- func (x *OrderbookItemV2) GetPrice() float64
- func (x *OrderbookItemV2) GetSize() float64
- func (*OrderbookItemV2) ProtoMessage()
- func (x *OrderbookItemV2) ProtoReflect() protoreflect.Message
- func (x *OrderbookItemV2) Reset()
- func (x *OrderbookItemV2) String() string
- type PoolReserves
- func (*PoolReserves) Descriptor() ([]byte, []int)deprecated
- func (x *PoolReserves) GetPoolAddress() string
- func (x *PoolReserves) GetProject() Project
- func (x *PoolReserves) GetToken1Address() string
- func (x *PoolReserves) GetToken1Reserves() string
- func (x *PoolReserves) GetToken2Address() string
- func (x *PoolReserves) GetToken2Reserves() string
- func (*PoolReserves) ProtoMessage()
- func (x *PoolReserves) ProtoReflect() protoreflect.Message
- func (x *PoolReserves) Reset()
- func (x *PoolReserves) String() string
- type PostCancelAllRequest
- func (*PostCancelAllRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelAllRequest) GetComputeLimit() uint32
- func (x *PostCancelAllRequest) GetComputePrice() uint64
- func (x *PostCancelAllRequest) GetMarket() string
- func (x *PostCancelAllRequest) GetOpenOrdersAddresses() []string
- func (x *PostCancelAllRequest) GetOwnerAddress() string
- func (x *PostCancelAllRequest) GetProject() Project
- func (x *PostCancelAllRequest) GetTip() uint64
- func (*PostCancelAllRequest) ProtoMessage()
- func (x *PostCancelAllRequest) ProtoReflect() protoreflect.Message
- func (x *PostCancelAllRequest) Reset()
- func (x *PostCancelAllRequest) String() string
- type PostCancelAllResponse
- func (*PostCancelAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelAllResponse) GetTransactions() []*TransactionMessage
- func (*PostCancelAllResponse) ProtoMessage()
- func (x *PostCancelAllResponse) ProtoReflect() protoreflect.Message
- func (x *PostCancelAllResponse) Reset()
- func (x *PostCancelAllResponse) String() string
- type PostCancelByClientOrderIDRequest
- func (*PostCancelByClientOrderIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelByClientOrderIDRequest) GetClientOrderID() uint64
- func (x *PostCancelByClientOrderIDRequest) GetComputeLimit() uint32
- func (x *PostCancelByClientOrderIDRequest) GetComputePrice() uint64
- func (x *PostCancelByClientOrderIDRequest) GetMarketAddress() string
- func (x *PostCancelByClientOrderIDRequest) GetOpenOrdersAddress() string
- func (x *PostCancelByClientOrderIDRequest) GetOwnerAddress() string
- func (x *PostCancelByClientOrderIDRequest) GetProject() Project
- func (x *PostCancelByClientOrderIDRequest) GetTip() uint64
- func (*PostCancelByClientOrderIDRequest) ProtoMessage()
- func (x *PostCancelByClientOrderIDRequest) ProtoReflect() protoreflect.Message
- func (x *PostCancelByClientOrderIDRequest) Reset()
- func (x *PostCancelByClientOrderIDRequest) String() string
- type PostCancelOrderRequest
- func (*PostCancelOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelOrderRequest) GetComputeLimit() uint32
- func (x *PostCancelOrderRequest) GetComputePrice() uint64
- func (x *PostCancelOrderRequest) GetMarketAddress() string
- func (x *PostCancelOrderRequest) GetOpenOrdersAddress() string
- func (x *PostCancelOrderRequest) GetOrderID() string
- func (x *PostCancelOrderRequest) GetOwnerAddress() string
- func (x *PostCancelOrderRequest) GetProject() Project
- func (x *PostCancelOrderRequest) GetSide() Side
- func (x *PostCancelOrderRequest) GetTip() uint64
- func (*PostCancelOrderRequest) ProtoMessage()
- func (x *PostCancelOrderRequest) ProtoReflect() protoreflect.Message
- func (x *PostCancelOrderRequest) Reset()
- func (x *PostCancelOrderRequest) String() string
- type PostCancelOrderRequestV2
- func (*PostCancelOrderRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelOrderRequestV2) GetClientOrderID() uint64
- func (x *PostCancelOrderRequestV2) GetComputeLimit() uint32
- func (x *PostCancelOrderRequestV2) GetComputePrice() uint64
- func (x *PostCancelOrderRequestV2) GetMarketAddress() string
- func (x *PostCancelOrderRequestV2) GetOpenOrdersAddress() string
- func (x *PostCancelOrderRequestV2) GetOrderID() string
- func (x *PostCancelOrderRequestV2) GetOwnerAddress() string
- func (x *PostCancelOrderRequestV2) GetSide() string
- func (x *PostCancelOrderRequestV2) GetTip() uint64
- func (*PostCancelOrderRequestV2) ProtoMessage()
- func (x *PostCancelOrderRequestV2) ProtoReflect() protoreflect.Message
- func (x *PostCancelOrderRequestV2) Reset()
- func (x *PostCancelOrderRequestV2) String() string
- type PostCancelOrderResponse
- func (*PostCancelOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelOrderResponse) GetTransaction() *TransactionMessage
- func (*PostCancelOrderResponse) ProtoMessage()
- func (x *PostCancelOrderResponse) ProtoReflect() protoreflect.Message
- func (x *PostCancelOrderResponse) Reset()
- func (x *PostCancelOrderResponse) String() string
- type PostCancelOrderResponseV2
- func (*PostCancelOrderResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *PostCancelOrderResponseV2) GetTransactions() []*TransactionMessage
- func (*PostCancelOrderResponseV2) ProtoMessage()
- func (x *PostCancelOrderResponseV2) ProtoReflect() protoreflect.Message
- func (x *PostCancelOrderResponseV2) Reset()
- func (x *PostCancelOrderResponseV2) String() string
- type PostJupiterRouteSwapRequest
- func (*PostJupiterRouteSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostJupiterRouteSwapRequest) GetComputeLimit() uint32
- func (x *PostJupiterRouteSwapRequest) GetComputePrice() uint64
- func (x *PostJupiterRouteSwapRequest) GetOwnerAddress() string
- func (x *PostJupiterRouteSwapRequest) GetSlippage() float64
- func (x *PostJupiterRouteSwapRequest) GetSteps() []*JupiterRouteStep
- func (x *PostJupiterRouteSwapRequest) GetTip() uint64
- func (*PostJupiterRouteSwapRequest) ProtoMessage()
- func (x *PostJupiterRouteSwapRequest) ProtoReflect() protoreflect.Message
- func (x *PostJupiterRouteSwapRequest) Reset()
- func (x *PostJupiterRouteSwapRequest) String() string
- type PostJupiterRouteSwapResponse
- func (*PostJupiterRouteSwapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostJupiterRouteSwapResponse) GetFees() []*common.Fee
- func (x *PostJupiterRouteSwapResponse) GetOutAmount() float64
- func (x *PostJupiterRouteSwapResponse) GetOutAmountMin() float64
- func (x *PostJupiterRouteSwapResponse) GetPriceImpact() *common.PriceImpactPercentV2
- func (x *PostJupiterRouteSwapResponse) GetTransactions() []*TransactionMessage
- func (*PostJupiterRouteSwapResponse) ProtoMessage()
- func (x *PostJupiterRouteSwapResponse) ProtoReflect() protoreflect.Message
- func (x *PostJupiterRouteSwapResponse) Reset()
- func (x *PostJupiterRouteSwapResponse) String() string
- type PostJupiterSwapInstructionsRequest
- func (*PostJupiterSwapInstructionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostJupiterSwapInstructionsRequest) GetComputePrice() uint64
- func (x *PostJupiterSwapInstructionsRequest) GetFastMode() bool
- func (x *PostJupiterSwapInstructionsRequest) GetInAmount() float64
- func (x *PostJupiterSwapInstructionsRequest) GetInToken() string
- func (x *PostJupiterSwapInstructionsRequest) GetOutToken() string
- func (x *PostJupiterSwapInstructionsRequest) GetOwnerAddress() string
- func (x *PostJupiterSwapInstructionsRequest) GetSlippage() float64
- func (x *PostJupiterSwapInstructionsRequest) GetTip() uint64
- func (*PostJupiterSwapInstructionsRequest) ProtoMessage()
- func (x *PostJupiterSwapInstructionsRequest) ProtoReflect() protoreflect.Message
- func (x *PostJupiterSwapInstructionsRequest) Reset()
- func (x *PostJupiterSwapInstructionsRequest) String() string
- type PostJupiterSwapInstructionsResponse
- func (*PostJupiterSwapInstructionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostJupiterSwapInstructionsResponse) GetAddressLookupTableAddresses() map[string]*PublicKeys
- func (x *PostJupiterSwapInstructionsResponse) GetFees() []*common.Fee
- func (x *PostJupiterSwapInstructionsResponse) GetInstructions() []*InstructionJupiter
- func (x *PostJupiterSwapInstructionsResponse) GetOutAmount() float64
- func (x *PostJupiterSwapInstructionsResponse) GetOutAmountMin() float64
- func (x *PostJupiterSwapInstructionsResponse) GetPriceImpact() *common.PriceImpactPercentV2
- func (*PostJupiterSwapInstructionsResponse) ProtoMessage()
- func (x *PostJupiterSwapInstructionsResponse) ProtoReflect() protoreflect.Message
- func (x *PostJupiterSwapInstructionsResponse) Reset()
- func (x *PostJupiterSwapInstructionsResponse) String() string
- type PostJupiterSwapRequest
- func (*PostJupiterSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostJupiterSwapRequest) GetComputeLimit() uint32
- func (x *PostJupiterSwapRequest) GetComputePrice() uint64
- func (x *PostJupiterSwapRequest) GetFastMode() bool
- func (x *PostJupiterSwapRequest) GetInAmount() float64
- func (x *PostJupiterSwapRequest) GetInToken() string
- func (x *PostJupiterSwapRequest) GetOutToken() string
- func (x *PostJupiterSwapRequest) GetOwnerAddress() string
- func (x *PostJupiterSwapRequest) GetSlippage() float64
- func (x *PostJupiterSwapRequest) GetTip() uint64
- func (*PostJupiterSwapRequest) ProtoMessage()
- func (x *PostJupiterSwapRequest) ProtoReflect() protoreflect.Message
- func (x *PostJupiterSwapRequest) Reset()
- func (x *PostJupiterSwapRequest) String() string
- type PostJupiterSwapResponse
- func (*PostJupiterSwapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostJupiterSwapResponse) GetFees() []*common.Fee
- func (x *PostJupiterSwapResponse) GetOutAmount() float64
- func (x *PostJupiterSwapResponse) GetOutAmountMin() float64
- func (x *PostJupiterSwapResponse) GetPriceImpact() *common.PriceImpactPercentV2
- func (x *PostJupiterSwapResponse) GetTransactions() []*TransactionMessage
- func (*PostJupiterSwapResponse) ProtoMessage()
- func (x *PostJupiterSwapResponse) ProtoReflect() protoreflect.Message
- func (x *PostJupiterSwapResponse) Reset()
- func (x *PostJupiterSwapResponse) String() string
- type PostOrderRequest
- func (*PostOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostOrderRequest) GetAmount() float64
- func (x *PostOrderRequest) GetClientOrderID() uint64
- func (x *PostOrderRequest) GetComputeLimit() uint32
- func (x *PostOrderRequest) GetComputePrice() uint64
- func (x *PostOrderRequest) GetMarket() string
- func (x *PostOrderRequest) GetOpenOrdersAddress() string
- func (x *PostOrderRequest) GetOwnerAddress() string
- func (x *PostOrderRequest) GetPayerAddress() string
- func (x *PostOrderRequest) GetPrice() float64
- func (x *PostOrderRequest) GetProject() Project
- func (x *PostOrderRequest) GetSide() Side
- func (x *PostOrderRequest) GetTip() uint64
- func (x *PostOrderRequest) GetType() []common.OrderType
- func (*PostOrderRequest) ProtoMessage()
- func (x *PostOrderRequest) ProtoReflect() protoreflect.Message
- func (x *PostOrderRequest) Reset()
- func (x *PostOrderRequest) String() string
- type PostOrderRequestV2
- func (*PostOrderRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *PostOrderRequestV2) GetAmount() float64
- func (x *PostOrderRequestV2) GetClientOrderID() uint64
- func (x *PostOrderRequestV2) GetComputeLimit() uint32
- func (x *PostOrderRequestV2) GetComputePrice() uint64
- func (x *PostOrderRequestV2) GetMarket() string
- func (x *PostOrderRequestV2) GetOpenOrdersAddress() string
- func (x *PostOrderRequestV2) GetOwnerAddress() string
- func (x *PostOrderRequestV2) GetPayerAddress() string
- func (x *PostOrderRequestV2) GetPrice() float64
- func (x *PostOrderRequestV2) GetSide() string
- func (x *PostOrderRequestV2) GetTip() uint64
- func (x *PostOrderRequestV2) GetType() string
- func (*PostOrderRequestV2) ProtoMessage()
- func (x *PostOrderRequestV2) ProtoReflect() protoreflect.Message
- func (x *PostOrderRequestV2) Reset()
- func (x *PostOrderRequestV2) String() string
- type PostOrderResponse
- func (*PostOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostOrderResponse) GetOpenOrdersAddress() string
- func (x *PostOrderResponse) GetTransaction() *TransactionMessage
- func (*PostOrderResponse) ProtoMessage()
- func (x *PostOrderResponse) ProtoReflect() protoreflect.Message
- func (x *PostOrderResponse) Reset()
- func (x *PostOrderResponse) String() string
- type PostPumpFunSwapRequest
- func (*PostPumpFunSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostPumpFunSwapRequest) GetBondingCurveAddress() string
- func (x *PostPumpFunSwapRequest) GetComputeLimit() uint32
- func (x *PostPumpFunSwapRequest) GetComputePrice() uint64
- func (x *PostPumpFunSwapRequest) GetIsBuy() bool
- func (x *PostPumpFunSwapRequest) GetSolThreshold() float64
- func (x *PostPumpFunSwapRequest) GetTip() uint64
- func (x *PostPumpFunSwapRequest) GetTokenAddress() string
- func (x *PostPumpFunSwapRequest) GetTokenAmount() float64
- func (x *PostPumpFunSwapRequest) GetUserAddress() string
- func (*PostPumpFunSwapRequest) ProtoMessage()
- func (x *PostPumpFunSwapRequest) ProtoReflect() protoreflect.Message
- func (x *PostPumpFunSwapRequest) Reset()
- func (x *PostPumpFunSwapRequest) String() string
- type PostPumpFunSwapResponse
- func (*PostPumpFunSwapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostPumpFunSwapResponse) GetTransaction() *TransactionMessageV2
- func (*PostPumpFunSwapResponse) ProtoMessage()
- func (x *PostPumpFunSwapResponse) ProtoReflect() protoreflect.Message
- func (x *PostPumpFunSwapResponse) Reset()
- func (x *PostPumpFunSwapResponse) String() string
- type PostRaydiumRouteSwapRequest
- func (*PostRaydiumRouteSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostRaydiumRouteSwapRequest) GetComputeLimit() uint32
- func (x *PostRaydiumRouteSwapRequest) GetComputePrice() uint64
- func (x *PostRaydiumRouteSwapRequest) GetOwnerAddress() string
- func (x *PostRaydiumRouteSwapRequest) GetSlippage() float64
- func (x *PostRaydiumRouteSwapRequest) GetSteps() []*RaydiumRouteStep
- func (x *PostRaydiumRouteSwapRequest) GetTip() uint64
- func (*PostRaydiumRouteSwapRequest) ProtoMessage()
- func (x *PostRaydiumRouteSwapRequest) ProtoReflect() protoreflect.Message
- func (x *PostRaydiumRouteSwapRequest) Reset()
- func (x *PostRaydiumRouteSwapRequest) String() string
- type PostRaydiumRouteSwapResponse
- func (*PostRaydiumRouteSwapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostRaydiumRouteSwapResponse) GetOutAmount() float64
- func (x *PostRaydiumRouteSwapResponse) GetOutAmountMin() float64
- func (x *PostRaydiumRouteSwapResponse) GetTransactions() []*TransactionMessage
- func (*PostRaydiumRouteSwapResponse) ProtoMessage()
- func (x *PostRaydiumRouteSwapResponse) ProtoReflect() protoreflect.Message
- func (x *PostRaydiumRouteSwapResponse) Reset()
- func (x *PostRaydiumRouteSwapResponse) String() string
- type PostRaydiumSwapInstructionsRequest
- func (*PostRaydiumSwapInstructionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostRaydiumSwapInstructionsRequest) GetComputeLimit() uint32
- func (x *PostRaydiumSwapInstructionsRequest) GetComputePrice() uint64
- func (x *PostRaydiumSwapInstructionsRequest) GetInAmount() float64
- func (x *PostRaydiumSwapInstructionsRequest) GetInToken() string
- func (x *PostRaydiumSwapInstructionsRequest) GetOutToken() string
- func (x *PostRaydiumSwapInstructionsRequest) GetOwnerAddress() string
- func (x *PostRaydiumSwapInstructionsRequest) GetSlippage() float64
- func (x *PostRaydiumSwapInstructionsRequest) GetTip() uint64
- func (*PostRaydiumSwapInstructionsRequest) ProtoMessage()
- func (x *PostRaydiumSwapInstructionsRequest) ProtoReflect() protoreflect.Message
- func (x *PostRaydiumSwapInstructionsRequest) Reset()
- func (x *PostRaydiumSwapInstructionsRequest) String() string
- type PostRaydiumSwapInstructionsResponse
- func (*PostRaydiumSwapInstructionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostRaydiumSwapInstructionsResponse) GetFees() []*common.Fee
- func (x *PostRaydiumSwapInstructionsResponse) GetInstructions() []*InstructionRaydium
- func (x *PostRaydiumSwapInstructionsResponse) GetOutAmount() float64
- func (x *PostRaydiumSwapInstructionsResponse) GetOutAmountMin() float64
- func (x *PostRaydiumSwapInstructionsResponse) GetPriceImpact() *common.PriceImpactPercentV2
- func (*PostRaydiumSwapInstructionsResponse) ProtoMessage()
- func (x *PostRaydiumSwapInstructionsResponse) ProtoReflect() protoreflect.Message
- func (x *PostRaydiumSwapInstructionsResponse) Reset()
- func (x *PostRaydiumSwapInstructionsResponse) String() string
- type PostRaydiumSwapRequest
- func (*PostRaydiumSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostRaydiumSwapRequest) GetComputeLimit() uint32
- func (x *PostRaydiumSwapRequest) GetComputePrice() uint64
- func (x *PostRaydiumSwapRequest) GetInAmount() float64
- func (x *PostRaydiumSwapRequest) GetInToken() string
- func (x *PostRaydiumSwapRequest) GetOutToken() string
- func (x *PostRaydiumSwapRequest) GetOwnerAddress() string
- func (x *PostRaydiumSwapRequest) GetSlippage() float64
- func (x *PostRaydiumSwapRequest) GetTip() uint64
- func (*PostRaydiumSwapRequest) ProtoMessage()
- func (x *PostRaydiumSwapRequest) ProtoReflect() protoreflect.Message
- func (x *PostRaydiumSwapRequest) Reset()
- func (x *PostRaydiumSwapRequest) String() string
- type PostRaydiumSwapResponse
- func (*PostRaydiumSwapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostRaydiumSwapResponse) GetFees() []*common.Fee
- func (x *PostRaydiumSwapResponse) GetOutAmount() float64
- func (x *PostRaydiumSwapResponse) GetOutAmountMin() float64
- func (x *PostRaydiumSwapResponse) GetPriceImpact() *common.PriceImpactPercentV2
- func (x *PostRaydiumSwapResponse) GetTransactions() []*TransactionMessage
- func (*PostRaydiumSwapResponse) ProtoMessage()
- func (x *PostRaydiumSwapResponse) ProtoReflect() protoreflect.Message
- func (x *PostRaydiumSwapResponse) Reset()
- func (x *PostRaydiumSwapResponse) String() string
- type PostReplaceOrderRequest
- func (*PostReplaceOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostReplaceOrderRequest) GetAmount() float64
- func (x *PostReplaceOrderRequest) GetClientOrderID() uint64
- func (x *PostReplaceOrderRequest) GetComputeLimit() uint32
- func (x *PostReplaceOrderRequest) GetComputePrice() uint64
- func (x *PostReplaceOrderRequest) GetMarket() string
- func (x *PostReplaceOrderRequest) GetOpenOrdersAddress() string
- func (x *PostReplaceOrderRequest) GetOrderID() string
- func (x *PostReplaceOrderRequest) GetOwnerAddress() string
- func (x *PostReplaceOrderRequest) GetPayerAddress() string
- func (x *PostReplaceOrderRequest) GetPrice() float64
- func (x *PostReplaceOrderRequest) GetProject() Project
- func (x *PostReplaceOrderRequest) GetSide() Side
- func (x *PostReplaceOrderRequest) GetTip() uint64
- func (x *PostReplaceOrderRequest) GetType() []common.OrderType
- func (*PostReplaceOrderRequest) ProtoMessage()
- func (x *PostReplaceOrderRequest) ProtoReflect() protoreflect.Message
- func (x *PostReplaceOrderRequest) Reset()
- func (x *PostReplaceOrderRequest) String() string
- type PostReplaceOrderRequestV2
- func (*PostReplaceOrderRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *PostReplaceOrderRequestV2) GetAmount() float64
- func (x *PostReplaceOrderRequestV2) GetClientOrderID() uint64
- func (x *PostReplaceOrderRequestV2) GetComputeLimit() uint32
- func (x *PostReplaceOrderRequestV2) GetComputePrice() uint64
- func (x *PostReplaceOrderRequestV2) GetMarket() string
- func (x *PostReplaceOrderRequestV2) GetOpenOrdersAddress() string
- func (x *PostReplaceOrderRequestV2) GetOrderID() string
- func (x *PostReplaceOrderRequestV2) GetOwnerAddress() string
- func (x *PostReplaceOrderRequestV2) GetPayerAddress() string
- func (x *PostReplaceOrderRequestV2) GetPrice() float64
- func (x *PostReplaceOrderRequestV2) GetSide() string
- func (x *PostReplaceOrderRequestV2) GetTip() uint64
- func (x *PostReplaceOrderRequestV2) GetType() string
- func (*PostReplaceOrderRequestV2) ProtoMessage()
- func (x *PostReplaceOrderRequestV2) ProtoReflect() protoreflect.Message
- func (x *PostReplaceOrderRequestV2) Reset()
- func (x *PostReplaceOrderRequestV2) String() string
- type PostSettleRequest
- func (*PostSettleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostSettleRequest) GetBaseTokenWallet() string
- func (x *PostSettleRequest) GetComputeLimit() uint32
- func (x *PostSettleRequest) GetComputePrice() uint64
- func (x *PostSettleRequest) GetMarket() string
- func (x *PostSettleRequest) GetOpenOrdersAddress() string
- func (x *PostSettleRequest) GetOwnerAddress() string
- func (x *PostSettleRequest) GetProject() Project
- func (x *PostSettleRequest) GetQuoteTokenWallet() string
- func (*PostSettleRequest) ProtoMessage()
- func (x *PostSettleRequest) ProtoReflect() protoreflect.Message
- func (x *PostSettleRequest) Reset()
- func (x *PostSettleRequest) String() string
- type PostSettleRequestV2
- func (*PostSettleRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *PostSettleRequestV2) GetBaseTokenWallet() string
- func (x *PostSettleRequestV2) GetComputeLimit() uint32
- func (x *PostSettleRequestV2) GetComputePrice() uint64
- func (x *PostSettleRequestV2) GetMarket() string
- func (x *PostSettleRequestV2) GetOpenOrdersAddress() string
- func (x *PostSettleRequestV2) GetOwnerAddress() string
- func (x *PostSettleRequestV2) GetQuoteTokenWallet() string
- func (x *PostSettleRequestV2) GetTip() uint64
- func (*PostSettleRequestV2) ProtoMessage()
- func (x *PostSettleRequestV2) ProtoReflect() protoreflect.Message
- func (x *PostSettleRequestV2) Reset()
- func (x *PostSettleRequestV2) String() string
- type PostSettleResponse
- func (*PostSettleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostSettleResponse) GetTransaction() *TransactionMessage
- func (*PostSettleResponse) ProtoMessage()
- func (x *PostSettleResponse) ProtoReflect() protoreflect.Message
- func (x *PostSettleResponse) Reset()
- func (x *PostSettleResponse) String() string
- type PostSubmitBatchRequest
- func (*PostSubmitBatchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostSubmitBatchRequest) GetEntries() []*PostSubmitRequestEntry
- func (x *PostSubmitBatchRequest) GetFrontRunningProtection() bool
- func (x *PostSubmitBatchRequest) GetSubmitStrategy() SubmitStrategy
- func (x *PostSubmitBatchRequest) GetUseBundle() bool
- func (*PostSubmitBatchRequest) ProtoMessage()
- func (x *PostSubmitBatchRequest) ProtoReflect() protoreflect.Message
- func (x *PostSubmitBatchRequest) Reset()
- func (x *PostSubmitBatchRequest) String() string
- type PostSubmitBatchResponse
- func (*PostSubmitBatchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostSubmitBatchResponse) GetTransactions() []*PostSubmitBatchResponseEntry
- func (*PostSubmitBatchResponse) ProtoMessage()
- func (x *PostSubmitBatchResponse) ProtoReflect() protoreflect.Message
- func (x *PostSubmitBatchResponse) Reset()
- func (x *PostSubmitBatchResponse) String() string
- type PostSubmitBatchResponseEntry
- func (*PostSubmitBatchResponseEntry) Descriptor() ([]byte, []int)deprecated
- func (x *PostSubmitBatchResponseEntry) GetError() string
- func (x *PostSubmitBatchResponseEntry) GetSignature() string
- func (x *PostSubmitBatchResponseEntry) GetSubmitted() bool
- func (*PostSubmitBatchResponseEntry) ProtoMessage()
- func (x *PostSubmitBatchResponseEntry) ProtoReflect() protoreflect.Message
- func (x *PostSubmitBatchResponseEntry) Reset()
- func (x *PostSubmitBatchResponseEntry) String() string
- type PostSubmitRequest
- func (*PostSubmitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostSubmitRequest) GetFastBestEffort() bool
- func (x *PostSubmitRequest) GetFrontRunningProtection() bool
- func (x *PostSubmitRequest) GetSkipPreFlight() bool
- func (x *PostSubmitRequest) GetTip() uint64
- func (x *PostSubmitRequest) GetTransaction() *TransactionMessage
- func (x *PostSubmitRequest) GetUseStakedRPCs() bool
- func (*PostSubmitRequest) ProtoMessage()
- func (x *PostSubmitRequest) ProtoReflect() protoreflect.Message
- func (x *PostSubmitRequest) Reset()
- func (x *PostSubmitRequest) String() string
- type PostSubmitRequestEntry
- func (*PostSubmitRequestEntry) Descriptor() ([]byte, []int)deprecated
- func (x *PostSubmitRequestEntry) GetSkipPreFlight() bool
- func (x *PostSubmitRequestEntry) GetTransaction() *TransactionMessage
- func (*PostSubmitRequestEntry) ProtoMessage()
- func (x *PostSubmitRequestEntry) ProtoReflect() protoreflect.Message
- func (x *PostSubmitRequestEntry) Reset()
- func (x *PostSubmitRequestEntry) String() string
- type PostSubmitResponse
- func (*PostSubmitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostSubmitResponse) GetSignature() string
- func (*PostSubmitResponse) ProtoMessage()
- func (x *PostSubmitResponse) ProtoReflect() protoreflect.Message
- func (x *PostSubmitResponse) Reset()
- func (x *PostSubmitResponse) String() string
- type PostZetaCrossMarginAccountRequest
- func (*PostZetaCrossMarginAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PostZetaCrossMarginAccountRequest) GetComputeLimit() uint32
- func (x *PostZetaCrossMarginAccountRequest) GetComputePrice() uint64
- func (x *PostZetaCrossMarginAccountRequest) GetOwnerAddress() string
- func (x *PostZetaCrossMarginAccountRequest) GetTip() uint64
- func (*PostZetaCrossMarginAccountRequest) ProtoMessage()
- func (x *PostZetaCrossMarginAccountRequest) ProtoReflect() protoreflect.Message
- func (x *PostZetaCrossMarginAccountRequest) Reset()
- func (x *PostZetaCrossMarginAccountRequest) String() string
- type PostZetaCrossMarginAccountResponse
- func (*PostZetaCrossMarginAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PostZetaCrossMarginAccountResponse) GetTransaction() *TransactionMessage
- func (*PostZetaCrossMarginAccountResponse) ProtoMessage()
- func (x *PostZetaCrossMarginAccountResponse) ProtoReflect() protoreflect.Message
- func (x *PostZetaCrossMarginAccountResponse) Reset()
- func (x *PostZetaCrossMarginAccountResponse) String() string
- type Project
- type ProjectPool
- func (*ProjectPool) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectPool) GetLiquidityPoolKeys() *LiquidityPoolKeys
- func (x *ProjectPool) GetOpenTime() uint64
- func (x *ProjectPool) GetPool() string
- func (x *ProjectPool) GetPoolAddress() string
- func (x *ProjectPool) GetPoolType() string
- func (x *ProjectPool) GetToken1MintAddress() string
- func (x *ProjectPool) GetToken1MintSymbol() string
- func (x *ProjectPool) GetToken1Reserves() int64
- func (x *ProjectPool) GetToken2MintAddress() string
- func (x *ProjectPool) GetToken2MintSymbol() string
- func (x *ProjectPool) GetToken2Reserves() int64
- func (*ProjectPool) ProtoMessage()
- func (x *ProjectPool) ProtoReflect() protoreflect.Message
- func (x *ProjectPool) Reset()
- func (x *ProjectPool) String() string
- type ProjectPools
- func (*ProjectPools) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectPools) GetPools() []*ProjectPool
- func (x *ProjectPools) GetProject() Project
- func (*ProjectPools) ProtoMessage()
- func (x *ProjectPools) ProtoReflect() protoreflect.Message
- func (x *ProjectPools) Reset()
- func (x *ProjectPools) String() string
- type ProjectQuote
- func (*ProjectQuote) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectQuote) GetProject() Project
- func (x *ProjectQuote) GetRoutes() []*QuoteRoute
- func (*ProjectQuote) ProtoMessage()
- func (x *ProjectQuote) ProtoReflect() protoreflect.Message
- func (x *ProjectQuote) Reset()
- func (x *ProjectQuote) String() string
- type PublicKeys
- type QuoteRoute
- func (*QuoteRoute) Descriptor() ([]byte, []int)deprecated
- func (x *QuoteRoute) GetInAmount() float64
- func (x *QuoteRoute) GetOutAmount() float64
- func (x *QuoteRoute) GetOutAmountMin() float64
- func (x *QuoteRoute) GetSteps() []*QuoteStep
- func (*QuoteRoute) ProtoMessage()
- func (x *QuoteRoute) ProtoReflect() protoreflect.Message
- func (x *QuoteRoute) Reset()
- func (x *QuoteRoute) String() string
- type QuoteStep
- func (*QuoteStep) Descriptor() ([]byte, []int)deprecated
- func (x *QuoteStep) GetFee() *common.Fee
- func (x *QuoteStep) GetInAmount() float64
- func (x *QuoteStep) GetInToken() string
- func (x *QuoteStep) GetInTokenAddress() string
- func (x *QuoteStep) GetOutAmount() float64
- func (x *QuoteStep) GetOutAmountMin() float64
- func (x *QuoteStep) GetOutToken() string
- func (x *QuoteStep) GetOutTokenAddress() string
- func (x *QuoteStep) GetPriceImpactPercent() *common.PriceImpactPercent
- func (x *QuoteStep) GetProject() *StepProject
- func (x *QuoteStep) GetSlippage() float64
- func (*QuoteStep) ProtoMessage()
- func (x *QuoteStep) ProtoReflect() protoreflect.Message
- func (x *QuoteStep) Reset()
- func (x *QuoteStep) String() string
- type RaydiumQuoteRoute
- func (*RaydiumQuoteRoute) Descriptor() ([]byte, []int)deprecated
- func (x *RaydiumQuoteRoute) GetInAmount() float64
- func (x *RaydiumQuoteRoute) GetOutAmount() float64
- func (x *RaydiumQuoteRoute) GetOutAmountMin() float64
- func (x *RaydiumQuoteRoute) GetSteps() []*RaydiumQuoteStep
- func (*RaydiumQuoteRoute) ProtoMessage()
- func (x *RaydiumQuoteRoute) ProtoReflect() protoreflect.Message
- func (x *RaydiumQuoteRoute) Reset()
- func (x *RaydiumQuoteRoute) String() string
- type RaydiumQuoteStep
- func (*RaydiumQuoteStep) Descriptor() ([]byte, []int)deprecated
- func (x *RaydiumQuoteStep) GetFee() *common.Fee
- func (x *RaydiumQuoteStep) GetInAmount() float64
- func (x *RaydiumQuoteStep) GetInToken() string
- func (x *RaydiumQuoteStep) GetInTokenAddress() string
- func (x *RaydiumQuoteStep) GetOutAmount() float64
- func (x *RaydiumQuoteStep) GetOutAmountMin() float64
- func (x *RaydiumQuoteStep) GetOutToken() string
- func (x *RaydiumQuoteStep) GetOutTokenAddress() string
- func (x *RaydiumQuoteStep) GetPriceImpactPercent() *common.PriceImpactPercentV2
- func (x *RaydiumQuoteStep) GetProject() *StepProject
- func (x *RaydiumQuoteStep) GetSlippage() float64
- func (*RaydiumQuoteStep) ProtoMessage()
- func (x *RaydiumQuoteStep) ProtoReflect() protoreflect.Message
- func (x *RaydiumQuoteStep) Reset()
- func (x *RaydiumQuoteStep) String() string
- type RaydiumRouteStep
- func (*RaydiumRouteStep) Descriptor() ([]byte, []int)deprecated
- func (x *RaydiumRouteStep) GetInAmount() float64
- func (x *RaydiumRouteStep) GetInToken() string
- func (x *RaydiumRouteStep) GetOutAmount() float64
- func (x *RaydiumRouteStep) GetOutAmountMin() float64
- func (x *RaydiumRouteStep) GetOutToken() string
- func (x *RaydiumRouteStep) GetPoolAddress() string
- func (x *RaydiumRouteStep) GetProject() *StepProject
- func (*RaydiumRouteStep) ProtoMessage()
- func (x *RaydiumRouteStep) ProtoReflect() protoreflect.Message
- func (x *RaydiumRouteStep) Reset()
- func (x *RaydiumRouteStep) String() string
- type RouteStep
- func (*RouteStep) Descriptor() ([]byte, []int)deprecated
- func (x *RouteStep) GetFee() *common.Fee
- func (x *RouteStep) GetInAmount() float64
- func (x *RouteStep) GetInToken() string
- func (x *RouteStep) GetOutAmount() float64
- func (x *RouteStep) GetOutAmountMin() float64
- func (x *RouteStep) GetOutToken() string
- func (x *RouteStep) GetProject() *StepProject
- func (*RouteStep) ProtoMessage()
- func (x *RouteStep) ProtoReflect() protoreflect.Message
- func (x *RouteStep) Reset()
- func (x *RouteStep) String() string
- type RouteTradeSwapRequest
- func (*RouteTradeSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RouteTradeSwapRequest) GetComputeLimit() uint32
- func (x *RouteTradeSwapRequest) GetComputePrice() uint64
- func (x *RouteTradeSwapRequest) GetOwnerAddress() string
- func (x *RouteTradeSwapRequest) GetProject() Project
- func (x *RouteTradeSwapRequest) GetSlippage() float64
- func (x *RouteTradeSwapRequest) GetSteps() []*RouteStep
- func (x *RouteTradeSwapRequest) GetTip() uint64
- func (*RouteTradeSwapRequest) ProtoMessage()
- func (x *RouteTradeSwapRequest) ProtoReflect() protoreflect.Message
- func (x *RouteTradeSwapRequest) Reset()
- func (x *RouteTradeSwapRequest) String() string
- type Settlement
- func (*Settlement) Descriptor() ([]byte, []int)deprecated
- func (x *Settlement) GetAmount() float64
- func (x *Settlement) GetSymbol() string
- func (x *Settlement) GetUnsettled() float64
- func (*Settlement) ProtoMessage()
- func (x *Settlement) ProtoReflect() protoreflect.Message
- func (x *Settlement) Reset()
- func (x *Settlement) String() string
- type Side
- type Step
- type StepProject
- type StreamInfo
- func (*StreamInfo) Descriptor() ([]byte, []int)deprecated
- func (x *StreamInfo) GetCreditUsed() int64
- func (x *StreamInfo) GetStartTime() int64
- func (x *StreamInfo) GetStreamName() string
- func (x *StreamInfo) GetSubscriptionID() string
- func (*StreamInfo) ProtoMessage()
- func (x *StreamInfo) ProtoReflect() protoreflect.Message
- func (x *StreamInfo) Reset()
- func (x *StreamInfo) String() string
- type SubmitStrategy
- func (SubmitStrategy) Descriptor() protoreflect.EnumDescriptor
- func (x SubmitStrategy) Enum() *SubmitStrategy
- func (SubmitStrategy) EnumDescriptor() ([]byte, []int)deprecated
- func (x SubmitStrategy) Number() protoreflect.EnumNumber
- func (x SubmitStrategy) String() string
- func (SubmitStrategy) Type() protoreflect.EnumType
- type Ticker
- func (*Ticker) Descriptor() ([]byte, []int)deprecated
- func (x *Ticker) GetAsk() float64
- func (x *Ticker) GetAskSize() float64
- func (x *Ticker) GetBid() float64
- func (x *Ticker) GetBidSize() float64
- func (x *Ticker) GetMarket() string
- func (x *Ticker) GetMarketAddress() string
- func (x *Ticker) GetProject() Project
- func (*Ticker) ProtoMessage()
- func (x *Ticker) ProtoReflect() protoreflect.Message
- func (x *Ticker) Reset()
- func (x *Ticker) String() string
- type TickerV2
- func (*TickerV2) Descriptor() ([]byte, []int)deprecated
- func (x *TickerV2) GetAsk() float64
- func (x *TickerV2) GetAskSize() float64
- func (x *TickerV2) GetBid() float64
- func (x *TickerV2) GetBidSize() float64
- func (x *TickerV2) GetMarket() string
- func (x *TickerV2) GetMarketAddress() string
- func (*TickerV2) ProtoMessage()
- func (x *TickerV2) ProtoReflect() protoreflect.Message
- func (x *TickerV2) Reset()
- func (x *TickerV2) String() string
- type TokenAccount
- func (*TokenAccount) Descriptor() ([]byte, []int)deprecated
- func (x *TokenAccount) GetAmount() float64
- func (x *TokenAccount) GetSymbol() string
- func (x *TokenAccount) GetTokenAccount() string
- func (x *TokenAccount) GetTokenMint() string
- func (*TokenAccount) ProtoMessage()
- func (x *TokenAccount) ProtoReflect() protoreflect.Message
- func (x *TokenAccount) Reset()
- func (x *TokenAccount) String() string
- type TokenBalance
- func (*TokenBalance) Descriptor() ([]byte, []int)deprecated
- func (x *TokenBalance) GetOpenOrdersAmount() float64
- func (x *TokenBalance) GetSettledAmount() float64
- func (x *TokenBalance) GetSymbol() string
- func (x *TokenBalance) GetTokenMint() string
- func (x *TokenBalance) GetUnsettledAmount() float64
- func (*TokenBalance) ProtoMessage()
- func (x *TokenBalance) ProtoReflect() protoreflect.Message
- func (x *TokenBalance) Reset()
- func (x *TokenBalance) String() string
- type TokenPair
- func (*TokenPair) Descriptor() ([]byte, []int)deprecated
- func (x *TokenPair) GetInAmount() float64
- func (x *TokenPair) GetInToken() string
- func (x *TokenPair) GetOutToken() string
- func (*TokenPair) ProtoMessage()
- func (x *TokenPair) ProtoReflect() protoreflect.Message
- func (x *TokenPair) Reset()
- func (x *TokenPair) String() string
- type TokenPrice
- func (*TokenPrice) Descriptor() ([]byte, []int)deprecated
- func (x *TokenPrice) GetBuy() float64
- func (x *TokenPrice) GetBuySize() float64
- func (x *TokenPrice) GetProject() Project
- func (x *TokenPrice) GetSell() float64
- func (x *TokenPrice) GetSellSize() float64
- func (x *TokenPrice) GetToken() string
- func (x *TokenPrice) GetTokenAddress() string
- func (*TokenPrice) ProtoMessage()
- func (x *TokenPrice) ProtoReflect() protoreflect.Message
- func (x *TokenPrice) Reset()
- func (x *TokenPrice) String() string
- type TokenPriceV2
- func (*TokenPriceV2) Descriptor() ([]byte, []int)deprecated
- func (x *TokenPriceV2) GetBuy() float64
- func (x *TokenPriceV2) GetBuySize() float64
- func (x *TokenPriceV2) GetSell() float64
- func (x *TokenPriceV2) GetSellSize() float64
- func (x *TokenPriceV2) GetToken() string
- func (x *TokenPriceV2) GetTokenAddress() string
- func (*TokenPriceV2) ProtoMessage()
- func (x *TokenPriceV2) ProtoReflect() protoreflect.Message
- func (x *TokenPriceV2) Reset()
- func (x *TokenPriceV2) String() string
- type Trade
- func (*Trade) Descriptor() ([]byte, []int)deprecated
- func (x *Trade) GetAddress() string
- func (x *Trade) GetFeeOrRebate() float64
- func (x *Trade) GetFillPrice() float64
- func (x *Trade) GetIsMaker() bool
- func (x *Trade) GetOrderID() string
- func (x *Trade) GetOrderPrice() float64
- func (x *Trade) GetSide() Side
- func (x *Trade) GetSize() float64
- func (*Trade) ProtoMessage()
- func (x *Trade) ProtoReflect() protoreflect.Message
- func (x *Trade) Reset()
- func (x *Trade) String() string
- type TradeSwapRequest
- func (*TradeSwapRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TradeSwapRequest) GetComputeLimit() uint32
- func (x *TradeSwapRequest) GetComputePrice() uint64
- func (x *TradeSwapRequest) GetInAmount() float64
- func (x *TradeSwapRequest) GetInToken() string
- func (x *TradeSwapRequest) GetOutToken() string
- func (x *TradeSwapRequest) GetOwnerAddress() string
- func (x *TradeSwapRequest) GetProject() Project
- func (x *TradeSwapRequest) GetSlippage() float64
- func (x *TradeSwapRequest) GetTip() uint64
- func (*TradeSwapRequest) ProtoMessage()
- func (x *TradeSwapRequest) ProtoReflect() protoreflect.Message
- func (x *TradeSwapRequest) Reset()
- func (x *TradeSwapRequest) String() string
- type TradeSwapResponse
- func (*TradeSwapResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TradeSwapResponse) GetFees() []*common.Fee
- func (x *TradeSwapResponse) GetOutAmount() float64
- func (x *TradeSwapResponse) GetOutAmountMin() float64
- func (x *TradeSwapResponse) GetPriceImpact() *common.PriceImpactPercent
- func (x *TradeSwapResponse) GetProject() Project
- func (x *TradeSwapResponse) GetTransactions() []*TransactionMessage
- func (*TradeSwapResponse) ProtoMessage()
- func (x *TradeSwapResponse) ProtoReflect() protoreflect.Message
- func (x *TradeSwapResponse) Reset()
- func (x *TradeSwapResponse) String() string
- type TransactionMessage
- func (*TransactionMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMessage) GetContent() string
- func (x *TransactionMessage) GetIsCleanup() bool
- func (*TransactionMessage) ProtoMessage()
- func (x *TransactionMessage) ProtoReflect() protoreflect.Message
- func (x *TransactionMessage) Reset()
- func (x *TransactionMessage) String() string
- type TransactionMessageHeader
- func (*TransactionMessageHeader) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMessageHeader) GetNumReadonlySignedAccounts() uint32
- func (x *TransactionMessageHeader) GetNumReadonlyUnsignedAccounts() uint32
- func (x *TransactionMessageHeader) GetNumRequiredSignatures() uint32
- func (*TransactionMessageHeader) ProtoMessage()
- func (x *TransactionMessageHeader) ProtoReflect() protoreflect.Message
- func (x *TransactionMessageHeader) Reset()
- func (x *TransactionMessageHeader) String() string
- type TransactionMessageV2
- func (*TransactionMessageV2) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMessageV2) GetContent() string
- func (*TransactionMessageV2) ProtoMessage()
- func (x *TransactionMessageV2) ProtoReflect() protoreflect.Message
- func (x *TransactionMessageV2) Reset()
- func (x *TransactionMessageV2) String() string
- type TransactionMessageZeta
- func (*TransactionMessageZeta) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMessageZeta) GetAccountKeys() []string
- func (x *TransactionMessageZeta) GetHeader() *TransactionMessageHeader
- func (x *TransactionMessageZeta) GetInstructions() []*Instruction
- func (x *TransactionMessageZeta) GetRecentBlockhash() string
- func (*TransactionMessageZeta) ProtoMessage()
- func (x *TransactionMessageZeta) ProtoReflect() protoreflect.Message
- func (x *TransactionMessageZeta) Reset()
- func (x *TransactionMessageZeta) String() string
- type TransactionMeta
- func (*TransactionMeta) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMeta) GetErr() string
- func (x *TransactionMeta) GetErrored() bool
- func (x *TransactionMeta) GetFee() uint64
- func (x *TransactionMeta) GetInnerInstructions() []*TransactionMetaInnerInstruction
- func (x *TransactionMeta) GetLogMessages() []string
- func (x *TransactionMeta) GetPostBalances() []uint64
- func (x *TransactionMeta) GetPostTokenBalances() []*TransactionMetaTokenBalance
- func (x *TransactionMeta) GetPreBalances() []uint64
- func (x *TransactionMeta) GetPreTokenBalances() []*TransactionMetaTokenBalance
- func (*TransactionMeta) ProtoMessage()
- func (x *TransactionMeta) ProtoReflect() protoreflect.Message
- func (x *TransactionMeta) Reset()
- func (x *TransactionMeta) String() string
- type TransactionMetaInnerInstruction
- func (*TransactionMetaInnerInstruction) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMetaInnerInstruction) GetIndex() uint32
- func (x *TransactionMetaInnerInstruction) GetInstructions() []*Instruction
- func (*TransactionMetaInnerInstruction) ProtoMessage()
- func (x *TransactionMetaInnerInstruction) ProtoReflect() protoreflect.Message
- func (x *TransactionMetaInnerInstruction) Reset()
- func (x *TransactionMetaInnerInstruction) String() string
- type TransactionMetaTokenBalance
- func (*TransactionMetaTokenBalance) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionMetaTokenBalance) GetAccountIndex() uint32
- func (x *TransactionMetaTokenBalance) GetMint() string
- func (x *TransactionMetaTokenBalance) GetOwner() string
- func (x *TransactionMetaTokenBalance) GetUiTokenAmount() *UITokenAmount
- func (*TransactionMetaTokenBalance) ProtoMessage()
- func (x *TransactionMetaTokenBalance) ProtoReflect() protoreflect.Message
- func (x *TransactionMetaTokenBalance) Reset()
- func (x *TransactionMetaTokenBalance) String() string
- type TransactionZeta
- func (*TransactionZeta) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionZeta) GetMessage() *TransactionMessageZeta
- func (x *TransactionZeta) GetSignatures() []string
- func (*TransactionZeta) ProtoMessage()
- func (x *TransactionZeta) ProtoReflect() protoreflect.Message
- func (x *TransactionZeta) Reset()
- func (x *TransactionZeta) String() string
- type UITokenAmount
- func (*UITokenAmount) Descriptor() ([]byte, []int)deprecated
- func (x *UITokenAmount) GetAmount() string
- func (x *UITokenAmount) GetDecimals() uint32
- func (x *UITokenAmount) GetUiAmount() float64
- func (x *UITokenAmount) GetUiAmountString() string
- func (*UITokenAmount) ProtoMessage()
- func (x *UITokenAmount) ProtoReflect() protoreflect.Message
- func (x *UITokenAmount) Reset()
- func (x *UITokenAmount) String() string
- type UnimplementedApiServer
- func (UnimplementedApiServer) GetAccountBalance(context.Context, *GetAccountBalanceRequest) (*GetAccountBalanceResponse, error)
- func (UnimplementedApiServer) GetAccountBalanceV2(context.Context, *GetAccountBalanceRequest) (*GetAccountBalanceResponse, error)
- func (UnimplementedApiServer) GetBlockStream(*GetBlockStreamRequest, Api_GetBlockStreamServer) error
- func (UnimplementedApiServer) GetBundleTipStream(*GetBundleTipRequest, Api_GetBundleTipStreamServer) error
- func (UnimplementedApiServer) GetJupiterPrices(context.Context, *GetJupiterPricesRequest) (*GetJupiterPricesResponse, error)
- func (UnimplementedApiServer) GetJupiterQuotes(context.Context, *GetJupiterQuotesRequest) (*GetJupiterQuotesResponse, error)
- func (UnimplementedApiServer) GetKline(context.Context, *GetKlineRequest) (*GetKlineResponse, error)
- func (UnimplementedApiServer) GetMarketDepth(context.Context, *GetMarketDepthRequest) (*GetMarketDepthResponse, error)
- func (UnimplementedApiServer) GetMarketDepthV2(context.Context, *GetMarketDepthRequestV2) (*GetMarketDepthResponseV2, error)
- func (UnimplementedApiServer) GetMarketDepthsStream(*GetMarketDepthsRequest, Api_GetMarketDepthsStreamServer) error
- func (UnimplementedApiServer) GetMarkets(context.Context, *GetMarketsRequest) (*GetMarketsResponse, error)
- func (UnimplementedApiServer) GetMarketsV2(context.Context, *GetMarketsRequestV2) (*GetMarketsResponseV2, error)
- func (UnimplementedApiServer) GetNewRaydiumPoolsStream(*GetNewRaydiumPoolsRequest, Api_GetNewRaydiumPoolsStreamServer) error
- func (UnimplementedApiServer) GetOpenOrders(context.Context, *GetOpenOrdersRequest) (*GetOpenOrdersResponse, error)
- func (UnimplementedApiServer) GetOpenOrdersV2(context.Context, *GetOpenOrdersRequestV2) (*GetOpenOrdersResponseV2, error)
- func (UnimplementedApiServer) GetOrderByID(context.Context, *GetOrderByIDRequest) (*GetOrderByIDResponse, error)
- func (UnimplementedApiServer) GetOrderStatusStream(*GetOrderStatusStreamRequest, Api_GetOrderStatusStreamServer) error
- func (UnimplementedApiServer) GetOrderbook(context.Context, *GetOrderbookRequest) (*GetOrderbookResponse, error)
- func (UnimplementedApiServer) GetOrderbookV2(context.Context, *GetOrderbookRequestV2) (*GetOrderbookResponseV2, error)
- func (UnimplementedApiServer) GetOrderbooksStream(*GetOrderbooksRequest, Api_GetOrderbooksStreamServer) error
- func (UnimplementedApiServer) GetOrders(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error)
- func (UnimplementedApiServer) GetPoolReservesStream(*GetPoolReservesStreamRequest, Api_GetPoolReservesStreamServer) error
- func (UnimplementedApiServer) GetPools(context.Context, *GetPoolsRequest) (*GetPoolsResponse, error)
- func (UnimplementedApiServer) GetPrice(context.Context, *GetPriceRequest) (*GetPriceResponse, error)
- func (UnimplementedApiServer) GetPricesStream(*GetPricesStreamRequest, Api_GetPricesStreamServer) error
- func (UnimplementedApiServer) GetPriorityFee(context.Context, *GetPriorityFeeRequest) (*GetPriorityFeeResponse, error)
- func (UnimplementedApiServer) GetPriorityFeeStream(*GetPriorityFeeRequest, Api_GetPriorityFeeStreamServer) error
- func (UnimplementedApiServer) GetPumpFunNewTokensStream(*GetPumpFunNewTokensStreamRequest, Api_GetPumpFunNewTokensStreamServer) error
- func (UnimplementedApiServer) GetPumpFunQuotes(context.Context, *GetPumpFunQuotesRequest) (*GetPumpFunQuotesResponse, error)
- func (UnimplementedApiServer) GetPumpFunSwapsStream(*GetPumpFunSwapsStreamRequest, Api_GetPumpFunSwapsStreamServer) error
- func (UnimplementedApiServer) GetQuotes(context.Context, *GetQuotesRequest) (*GetQuotesResponse, error)
- func (UnimplementedApiServer) GetQuotesStream(*GetQuotesStreamRequest, Api_GetQuotesStreamServer) error
- func (UnimplementedApiServer) GetRateLimit(context.Context, *GetRateLimitRequest) (*GetRateLimitResponse, error)
- func (UnimplementedApiServer) GetRaydiumPoolReserve(context.Context, *GetRaydiumPoolReserveRequest) (*GetRaydiumPoolReserveResponse, error)
- func (UnimplementedApiServer) GetRaydiumPools(context.Context, *GetRaydiumPoolsRequest) (*GetRaydiumPoolsResponse, error)
- func (UnimplementedApiServer) GetRaydiumPrices(context.Context, *GetRaydiumPricesRequest) (*GetRaydiumPricesResponse, error)
- func (UnimplementedApiServer) GetRaydiumQuotes(context.Context, *GetRaydiumQuotesRequest) (*GetRaydiumQuotesResponse, error)
- func (UnimplementedApiServer) GetRecentBlockHash(context.Context, *GetRecentBlockHashRequest) (*GetRecentBlockHashResponse, error)
- func (UnimplementedApiServer) GetRecentBlockHashStream(*GetRecentBlockHashRequest, Api_GetRecentBlockHashStreamServer) error
- func (UnimplementedApiServer) GetRecentBlockHashV2(context.Context, *GetRecentBlockHashRequestV2) (*GetRecentBlockHashResponseV2, error)
- func (UnimplementedApiServer) GetServerTime(context.Context, *GetServerTimeRequest) (*GetServerTimeResponse, error)
- func (UnimplementedApiServer) GetSwapsStream(*GetSwapsStreamRequest, Api_GetSwapsStreamServer) error
- func (UnimplementedApiServer) GetTickers(context.Context, *GetTickersRequest) (*GetTickersResponse, error)
- func (UnimplementedApiServer) GetTickersStream(*GetTickersStreamRequest, Api_GetTickersStreamServer) error
- func (UnimplementedApiServer) GetTickersV2(context.Context, *GetTickersRequestV2) (*GetTickersResponseV2, error)
- func (UnimplementedApiServer) GetTokenAccounts(context.Context, *GetTokenAccountsRequest) (*GetTokenAccountsResponse, error)
- func (UnimplementedApiServer) GetTrades(context.Context, *GetTradesRequest) (*GetTradesResponse, error)
- func (UnimplementedApiServer) GetTradesStream(*GetTradesRequest, Api_GetTradesStreamServer) error
- func (UnimplementedApiServer) GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error)
- func (UnimplementedApiServer) GetUnsettled(context.Context, *GetUnsettledRequest) (*GetUnsettledResponse, error)
- func (UnimplementedApiServer) GetUnsettledV2(context.Context, *GetUnsettledRequestV2) (*GetUnsettledResponse, error)
- func (UnimplementedApiServer) GetZetaTransactionStream(*GetZetaTransactionStreamRequest, Api_GetZetaTransactionStreamServer) error
- func (UnimplementedApiServer) PostCancelAll(context.Context, *PostCancelAllRequest) (*PostCancelAllResponse, error)
- func (UnimplementedApiServer) PostCancelByClientOrderID(context.Context, *PostCancelByClientOrderIDRequest) (*PostCancelOrderResponse, error)
- func (UnimplementedApiServer) PostCancelOrder(context.Context, *PostCancelOrderRequest) (*PostCancelOrderResponse, error)
- func (UnimplementedApiServer) PostCancelOrderV2(context.Context, *PostCancelOrderRequestV2) (*PostCancelOrderResponseV2, error)
- func (UnimplementedApiServer) PostJupiterRouteSwap(context.Context, *PostJupiterRouteSwapRequest) (*PostJupiterRouteSwapResponse, error)
- func (UnimplementedApiServer) PostJupiterSwap(context.Context, *PostJupiterSwapRequest) (*PostJupiterSwapResponse, error)
- func (UnimplementedApiServer) PostJupiterSwapInstructions(context.Context, *PostJupiterSwapInstructionsRequest) (*PostJupiterSwapInstructionsResponse, error)
- func (UnimplementedApiServer) PostOrder(context.Context, *PostOrderRequest) (*PostOrderResponse, error)
- func (UnimplementedApiServer) PostOrderV2(context.Context, *PostOrderRequestV2) (*PostOrderResponse, error)
- func (UnimplementedApiServer) PostPumpFunSwap(context.Context, *PostPumpFunSwapRequest) (*PostPumpFunSwapResponse, error)
- func (UnimplementedApiServer) PostRaydiumRouteSwap(context.Context, *PostRaydiumRouteSwapRequest) (*PostRaydiumRouteSwapResponse, error)
- func (UnimplementedApiServer) PostRaydiumSwap(context.Context, *PostRaydiumSwapRequest) (*PostRaydiumSwapResponse, error)
- func (UnimplementedApiServer) PostRaydiumSwapInstructions(context.Context, *PostRaydiumSwapInstructionsRequest) (*PostRaydiumSwapInstructionsResponse, error)
- func (UnimplementedApiServer) PostReplaceByClientOrderID(context.Context, *PostOrderRequest) (*PostOrderResponse, error)
- func (UnimplementedApiServer) PostReplaceOrder(context.Context, *PostReplaceOrderRequest) (*PostOrderResponse, error)
- func (UnimplementedApiServer) PostReplaceOrderV2(context.Context, *PostReplaceOrderRequestV2) (*PostOrderResponse, error)
- func (UnimplementedApiServer) PostRouteTradeSwap(context.Context, *RouteTradeSwapRequest) (*TradeSwapResponse, error)
- func (UnimplementedApiServer) PostSettle(context.Context, *PostSettleRequest) (*PostSettleResponse, error)
- func (UnimplementedApiServer) PostSettleV2(context.Context, *PostSettleRequestV2) (*PostSettleResponse, error)
- func (UnimplementedApiServer) PostSubmit(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error)
- func (UnimplementedApiServer) PostSubmitBatch(context.Context, *PostSubmitBatchRequest) (*PostSubmitBatchResponse, error)
- func (UnimplementedApiServer) PostSubmitBatchV2(context.Context, *PostSubmitBatchRequest) (*PostSubmitBatchResponse, error)
- func (UnimplementedApiServer) PostSubmitMineOre(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error)
- func (UnimplementedApiServer) PostSubmitV2(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error)
- func (UnimplementedApiServer) PostTradeSwap(context.Context, *TradeSwapRequest) (*TradeSwapResponse, error)
- func (UnimplementedApiServer) PostZetaCrossMarginAccount(context.Context, *PostZetaCrossMarginAccountRequest) (*PostZetaCrossMarginAccountResponse, error)
- type UnsafeApiServer
- type UnsettledAccount
- func (*UnsettledAccount) Descriptor() ([]byte, []int)deprecated
- func (x *UnsettledAccount) GetAccount() string
- func (x *UnsettledAccount) GetBaseToken() *UnsettledAccountToken
- func (x *UnsettledAccount) GetQuoteToken() *UnsettledAccountToken
- func (*UnsettledAccount) ProtoMessage()
- func (x *UnsettledAccount) ProtoReflect() protoreflect.Message
- func (x *UnsettledAccount) Reset()
- func (x *UnsettledAccount) String() string
- type UnsettledAccountToken
- func (*UnsettledAccountToken) Descriptor() ([]byte, []int)deprecated
- func (x *UnsettledAccountToken) GetAddress() string
- func (x *UnsettledAccountToken) GetAmount() float64
- func (*UnsettledAccountToken) ProtoMessage()
- func (x *UnsettledAccountToken) ProtoReflect() protoreflect.Message
- func (x *UnsettledAccountToken) Reset()
- func (x *UnsettledAccountToken) String() string
Constants ¶
This section is empty.
Variables ¶
var ( MarketStatus_name = map[int32]string{ 0: "MS_UNKNOWN", 1: "MS_ONLINE", } MarketStatus_value = map[string]int32{ "MS_UNKNOWN": 0, "MS_ONLINE": 1, } )
Enum value maps for MarketStatus.
var ( Side_name = map[int32]string{ 0: "S_UNKNOWN", 1: "S_BID", 2: "S_ASK", } Side_value = map[string]int32{ "S_UNKNOWN": 0, "S_BID": 1, "S_ASK": 2, } )
Enum value maps for Side.
var ( OrderStatus_name = map[int32]string{ 0: "OS_UNKNOWN", 1: "OS_OPEN", 2: "OS_PARTIAL_FILL", 3: "OS_CANCELLED", 4: "OS_FILLED", } OrderStatus_value = map[string]int32{ "OS_UNKNOWN": 0, "OS_OPEN": 1, "OS_PARTIAL_FILL": 2, "OS_CANCELLED": 3, "OS_FILLED": 4, } )
Enum value maps for OrderStatus.
var ( Direction_name = map[int32]string{ 0: "D_ASCENDING", 1: "D_DESCENDING", } Direction_value = map[string]int32{ "D_ASCENDING": 0, "D_DESCENDING": 1, } )
Enum value maps for Direction.
var ( SubmitStrategy_name = map[int32]string{ 0: "P_UKNOWN", 1: "P_SUBMIT_ALL", 2: "P_ABORT_ON_FIRST_ERROR", 3: "P_WAIT_FOR_CONFIRMATION", } SubmitStrategy_value = map[string]int32{ "P_UKNOWN": 0, "P_SUBMIT_ALL": 1, "P_ABORT_ON_FIRST_ERROR": 2, "P_WAIT_FOR_CONFIRMATION": 3, } )
Enum value maps for SubmitStrategy.
var ( Step_name = map[int32]string{ 0: "STEP0", 1: "STEP1", 2: "STEP2", 3: "STEP3", } Step_value = map[string]int32{ "STEP0": 0, "STEP1": 1, "STEP2": 2, "STEP3": 3, } )
Enum value maps for Step.
var ( Project_name = map[int32]string{ 0: "P_UNKNOWN", 1: "P_ALL", 2: "P_JUPITER", 3: "P_RAYDIUM", 4: "P_SERUM", 5: "P_OPENBOOK", } Project_value = map[string]int32{ "P_UNKNOWN": 0, "P_ALL": 1, "P_JUPITER": 2, "P_RAYDIUM": 3, "P_SERUM": 4, "P_OPENBOOK": 5, } )
Enum value maps for Project.
var Api_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.Api", HandlerType: (*ApiServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetRateLimit", Handler: _Api_GetRateLimit_Handler, }, { MethodName: "GetTransaction", Handler: _Api_GetTransaction_Handler, }, { MethodName: "PostSubmitV2", Handler: _Api_PostSubmitV2_Handler, }, { MethodName: "PostSubmitBatchV2", Handler: _Api_PostSubmitBatchV2_Handler, }, { MethodName: "GetRaydiumPools", Handler: _Api_GetRaydiumPools_Handler, }, { MethodName: "GetRaydiumPoolReserve", Handler: _Api_GetRaydiumPoolReserve_Handler, }, { MethodName: "GetRaydiumQuotes", Handler: _Api_GetRaydiumQuotes_Handler, }, { MethodName: "GetPumpFunQuotes", Handler: _Api_GetPumpFunQuotes_Handler, }, { MethodName: "GetRaydiumPrices", Handler: _Api_GetRaydiumPrices_Handler, }, { MethodName: "PostRaydiumSwap", Handler: _Api_PostRaydiumSwap_Handler, }, { MethodName: "PostRaydiumRouteSwap", Handler: _Api_PostRaydiumRouteSwap_Handler, }, { MethodName: "GetJupiterQuotes", Handler: _Api_GetJupiterQuotes_Handler, }, { MethodName: "GetJupiterPrices", Handler: _Api_GetJupiterPrices_Handler, }, { MethodName: "PostJupiterSwap", Handler: _Api_PostJupiterSwap_Handler, }, { MethodName: "PostRaydiumSwapInstructions", Handler: _Api_PostRaydiumSwapInstructions_Handler, }, { MethodName: "PostJupiterSwapInstructions", Handler: _Api_PostJupiterSwapInstructions_Handler, }, { MethodName: "PostJupiterRouteSwap", Handler: _Api_PostJupiterRouteSwap_Handler, }, { MethodName: "GetMarketsV2", Handler: _Api_GetMarketsV2_Handler, }, { MethodName: "GetTickersV2", Handler: _Api_GetTickersV2_Handler, }, { MethodName: "GetOrderbookV2", Handler: _Api_GetOrderbookV2_Handler, }, { MethodName: "GetMarketDepthV2", Handler: _Api_GetMarketDepthV2_Handler, }, { MethodName: "PostOrderV2", Handler: _Api_PostOrderV2_Handler, }, { MethodName: "PostCancelOrderV2", Handler: _Api_PostCancelOrderV2_Handler, }, { MethodName: "PostReplaceOrderV2", Handler: _Api_PostReplaceOrderV2_Handler, }, { MethodName: "PostZetaCrossMarginAccount", Handler: _Api_PostZetaCrossMarginAccount_Handler, }, { MethodName: "PostSettleV2", Handler: _Api_PostSettleV2_Handler, }, { MethodName: "GetOpenOrdersV2", Handler: _Api_GetOpenOrdersV2_Handler, }, { MethodName: "GetUnsettledV2", Handler: _Api_GetUnsettledV2_Handler, }, { MethodName: "GetPrice", Handler: _Api_GetPrice_Handler, }, { MethodName: "GetMarkets", Handler: _Api_GetMarkets_Handler, }, { MethodName: "GetPools", Handler: _Api_GetPools_Handler, }, { MethodName: "GetTickers", Handler: _Api_GetTickers_Handler, }, { MethodName: "GetKline", Handler: _Api_GetKline_Handler, }, { MethodName: "GetOrderbook", Handler: _Api_GetOrderbook_Handler, }, { MethodName: "GetMarketDepth", Handler: _Api_GetMarketDepth_Handler, }, { MethodName: "GetTrades", Handler: _Api_GetTrades_Handler, }, { MethodName: "GetQuotes", Handler: _Api_GetQuotes_Handler, }, { MethodName: "GetServerTime", Handler: _Api_GetServerTime_Handler, }, { MethodName: "GetRecentBlockHash", Handler: _Api_GetRecentBlockHash_Handler, }, { MethodName: "GetRecentBlockHashV2", Handler: _Api_GetRecentBlockHashV2_Handler, }, { MethodName: "GetPriorityFee", Handler: _Api_GetPriorityFee_Handler, }, { MethodName: "GetAccountBalance", Handler: _Api_GetAccountBalance_Handler, }, { MethodName: "GetTokenAccounts", Handler: _Api_GetTokenAccounts_Handler, }, { MethodName: "GetAccountBalanceV2", Handler: _Api_GetAccountBalanceV2_Handler, }, { MethodName: "PostOrder", Handler: _Api_PostOrder_Handler, }, { MethodName: "PostSubmit", Handler: _Api_PostSubmit_Handler, }, { MethodName: "PostSubmitBatch", Handler: _Api_PostSubmitBatch_Handler, }, { MethodName: "PostCancelOrder", Handler: _Api_PostCancelOrder_Handler, }, { MethodName: "PostCancelByClientOrderID", Handler: _Api_PostCancelByClientOrderID_Handler, }, { MethodName: "PostCancelAll", Handler: _Api_PostCancelAll_Handler, }, { MethodName: "PostReplaceByClientOrderID", Handler: _Api_PostReplaceByClientOrderID_Handler, }, { MethodName: "PostReplaceOrder", Handler: _Api_PostReplaceOrder_Handler, }, { MethodName: "PostSettle", Handler: _Api_PostSettle_Handler, }, { MethodName: "PostTradeSwap", Handler: _Api_PostTradeSwap_Handler, }, { MethodName: "GetOrders", Handler: _Api_GetOrders_Handler, }, { MethodName: "GetOpenOrders", Handler: _Api_GetOpenOrders_Handler, }, { MethodName: "GetOrderByID", Handler: _Api_GetOrderByID_Handler, }, { MethodName: "GetUnsettled", Handler: _Api_GetUnsettled_Handler, }, { MethodName: "PostRouteTradeSwap", Handler: _Api_PostRouteTradeSwap_Handler, }, { MethodName: "PostSubmitMineOre", Handler: _Api_PostSubmitMineOre_Handler, }, { MethodName: "PostPumpFunSwap", Handler: _Api_PostPumpFunSwap_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetOrderbooksStream", Handler: _Api_GetOrderbooksStream_Handler, ServerStreams: true, }, { StreamName: "GetMarketDepthsStream", Handler: _Api_GetMarketDepthsStream_Handler, ServerStreams: true, }, { StreamName: "GetTickersStream", Handler: _Api_GetTickersStream_Handler, ServerStreams: true, }, { StreamName: "GetZetaTransactionStream", Handler: _Api_GetZetaTransactionStream_Handler, ServerStreams: true, }, { StreamName: "GetTradesStream", Handler: _Api_GetTradesStream_Handler, ServerStreams: true, }, { StreamName: "GetOrderStatusStream", Handler: _Api_GetOrderStatusStream_Handler, ServerStreams: true, }, { StreamName: "GetRecentBlockHashStream", Handler: _Api_GetRecentBlockHashStream_Handler, ServerStreams: true, }, { StreamName: "GetBlockStream", Handler: _Api_GetBlockStream_Handler, ServerStreams: true, }, { StreamName: "GetPriorityFeeStream", Handler: _Api_GetPriorityFeeStream_Handler, ServerStreams: true, }, { StreamName: "GetBundleTipStream", Handler: _Api_GetBundleTipStream_Handler, ServerStreams: true, }, { StreamName: "GetQuotesStream", Handler: _Api_GetQuotesStream_Handler, ServerStreams: true, }, { StreamName: "GetPoolReservesStream", Handler: _Api_GetPoolReservesStream_Handler, ServerStreams: true, }, { StreamName: "GetPricesStream", Handler: _Api_GetPricesStream_Handler, ServerStreams: true, }, { StreamName: "GetNewRaydiumPoolsStream", Handler: _Api_GetNewRaydiumPoolsStream_Handler, ServerStreams: true, }, { StreamName: "GetSwapsStream", Handler: _Api_GetSwapsStream_Handler, ServerStreams: true, }, { StreamName: "GetPumpFunSwapsStream", Handler: _Api_GetPumpFunSwapsStream_Handler, ServerStreams: true, }, { StreamName: "GetPumpFunNewTokensStream", Handler: _Api_GetPumpFunNewTokensStream_Handler, ServerStreams: true, }, }, Metadata: "api.proto", }
Api_ServiceDesc is the grpc.ServiceDesc for Api service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_proto protoreflect.FileDescriptor
Functions ¶
func RegisterApiHandler ¶
RegisterApiHandler registers the http handlers for service Api to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterApiHandlerClient ¶
RegisterApiHandlerClient registers the http handlers for service Api to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApiClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApiClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApiClient" to call the correct interceptors.
func RegisterApiHandlerFromEndpoint ¶
func RegisterApiHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterApiHandlerFromEndpoint is same as RegisterApiHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterApiHandlerServer ¶
RegisterApiHandlerServer registers the http handlers for service Api to "mux". UnaryRPC :call ApiServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApiHandlerFromEndpoint instead.
func RegisterApiServer ¶
func RegisterApiServer(s grpc.ServiceRegistrar, srv ApiServer)
Types ¶
type AccountMeta ¶ added in v1.9.1
type AccountMeta struct { ProgramID string `protobuf:"bytes,1,opt,name=programID,proto3" json:"programID,omitempty"` IsSigner bool `protobuf:"varint,2,opt,name=isSigner,proto3" json:"isSigner,omitempty"` IsWritable bool `protobuf:"varint,3,opt,name=isWritable,proto3" json:"isWritable,omitempty"` // contains filtered or unexported fields }
func (*AccountMeta) Descriptor
deprecated
added in
v1.9.1
func (*AccountMeta) Descriptor() ([]byte, []int)
Deprecated: Use AccountMeta.ProtoReflect.Descriptor instead.
func (*AccountMeta) GetIsSigner ¶ added in v1.9.1
func (x *AccountMeta) GetIsSigner() bool
func (*AccountMeta) GetIsWritable ¶ added in v1.9.1
func (x *AccountMeta) GetIsWritable() bool
func (*AccountMeta) GetProgramID ¶ added in v1.9.1
func (x *AccountMeta) GetProgramID() string
func (*AccountMeta) ProtoMessage ¶ added in v1.9.1
func (*AccountMeta) ProtoMessage()
func (*AccountMeta) ProtoReflect ¶ added in v1.9.1
func (x *AccountMeta) ProtoReflect() protoreflect.Message
func (*AccountMeta) Reset ¶ added in v1.9.1
func (x *AccountMeta) Reset()
func (*AccountMeta) String ¶ added in v1.9.1
func (x *AccountMeta) String() string
type ApiClient ¶
type ApiClient interface { GetRateLimit(ctx context.Context, in *GetRateLimitRequest, opts ...grpc.CallOption) (*GetRateLimitResponse, error) GetTransaction(ctx context.Context, in *GetTransactionRequest, opts ...grpc.CallOption) (*GetTransactionResponse, error) PostSubmitV2(ctx context.Context, in *PostSubmitRequest, opts ...grpc.CallOption) (*PostSubmitResponse, error) PostSubmitBatchV2(ctx context.Context, in *PostSubmitBatchRequest, opts ...grpc.CallOption) (*PostSubmitBatchResponse, error) // Raydium V2 GetRaydiumPools(ctx context.Context, in *GetRaydiumPoolsRequest, opts ...grpc.CallOption) (*GetRaydiumPoolsResponse, error) GetRaydiumPoolReserve(ctx context.Context, in *GetRaydiumPoolReserveRequest, opts ...grpc.CallOption) (*GetRaydiumPoolReserveResponse, error) GetRaydiumQuotes(ctx context.Context, in *GetRaydiumQuotesRequest, opts ...grpc.CallOption) (*GetRaydiumQuotesResponse, error) GetPumpFunQuotes(ctx context.Context, in *GetPumpFunQuotesRequest, opts ...grpc.CallOption) (*GetPumpFunQuotesResponse, error) GetRaydiumPrices(ctx context.Context, in *GetRaydiumPricesRequest, opts ...grpc.CallOption) (*GetRaydiumPricesResponse, error) PostRaydiumSwap(ctx context.Context, in *PostRaydiumSwapRequest, opts ...grpc.CallOption) (*PostRaydiumSwapResponse, error) PostRaydiumRouteSwap(ctx context.Context, in *PostRaydiumRouteSwapRequest, opts ...grpc.CallOption) (*PostRaydiumRouteSwapResponse, error) // Jupiter V2 GetJupiterQuotes(ctx context.Context, in *GetJupiterQuotesRequest, opts ...grpc.CallOption) (*GetJupiterQuotesResponse, error) GetJupiterPrices(ctx context.Context, in *GetJupiterPricesRequest, opts ...grpc.CallOption) (*GetJupiterPricesResponse, error) PostJupiterSwap(ctx context.Context, in *PostJupiterSwapRequest, opts ...grpc.CallOption) (*PostJupiterSwapResponse, error) PostRaydiumSwapInstructions(ctx context.Context, in *PostRaydiumSwapInstructionsRequest, opts ...grpc.CallOption) (*PostRaydiumSwapInstructionsResponse, error) PostJupiterSwapInstructions(ctx context.Context, in *PostJupiterSwapInstructionsRequest, opts ...grpc.CallOption) (*PostJupiterSwapInstructionsResponse, error) PostJupiterRouteSwap(ctx context.Context, in *PostJupiterRouteSwapRequest, opts ...grpc.CallOption) (*PostJupiterRouteSwapResponse, error) GetMarketsV2(ctx context.Context, in *GetMarketsRequestV2, opts ...grpc.CallOption) (*GetMarketsResponseV2, error) GetTickersV2(ctx context.Context, in *GetTickersRequestV2, opts ...grpc.CallOption) (*GetTickersResponseV2, error) GetOrderbookV2(ctx context.Context, in *GetOrderbookRequestV2, opts ...grpc.CallOption) (*GetOrderbookResponseV2, error) GetMarketDepthV2(ctx context.Context, in *GetMarketDepthRequestV2, opts ...grpc.CallOption) (*GetMarketDepthResponseV2, error) PostOrderV2(ctx context.Context, in *PostOrderRequestV2, opts ...grpc.CallOption) (*PostOrderResponse, error) PostCancelOrderV2(ctx context.Context, in *PostCancelOrderRequestV2, opts ...grpc.CallOption) (*PostCancelOrderResponseV2, error) PostReplaceOrderV2(ctx context.Context, in *PostReplaceOrderRequestV2, opts ...grpc.CallOption) (*PostOrderResponse, error) PostZetaCrossMarginAccount(ctx context.Context, in *PostZetaCrossMarginAccountRequest, opts ...grpc.CallOption) (*PostZetaCrossMarginAccountResponse, error) PostSettleV2(ctx context.Context, in *PostSettleRequestV2, opts ...grpc.CallOption) (*PostSettleResponse, error) GetOpenOrdersV2(ctx context.Context, in *GetOpenOrdersRequestV2, opts ...grpc.CallOption) (*GetOpenOrdersResponseV2, error) GetUnsettledV2(ctx context.Context, in *GetUnsettledRequestV2, opts ...grpc.CallOption) (*GetUnsettledResponse, error) GetPrice(ctx context.Context, in *GetPriceRequest, opts ...grpc.CallOption) (*GetPriceResponse, error) GetMarkets(ctx context.Context, in *GetMarketsRequest, opts ...grpc.CallOption) (*GetMarketsResponse, error) GetPools(ctx context.Context, in *GetPoolsRequest, opts ...grpc.CallOption) (*GetPoolsResponse, error) GetTickers(ctx context.Context, in *GetTickersRequest, opts ...grpc.CallOption) (*GetTickersResponse, error) GetKline(ctx context.Context, in *GetKlineRequest, opts ...grpc.CallOption) (*GetKlineResponse, error) GetOrderbook(ctx context.Context, in *GetOrderbookRequest, opts ...grpc.CallOption) (*GetOrderbookResponse, error) GetMarketDepth(ctx context.Context, in *GetMarketDepthRequest, opts ...grpc.CallOption) (*GetMarketDepthResponse, error) GetTrades(ctx context.Context, in *GetTradesRequest, opts ...grpc.CallOption) (*GetTradesResponse, error) GetQuotes(ctx context.Context, in *GetQuotesRequest, opts ...grpc.CallOption) (*GetQuotesResponse, error) // system API GetServerTime(ctx context.Context, in *GetServerTimeRequest, opts ...grpc.CallOption) (*GetServerTimeResponse, error) GetRecentBlockHash(ctx context.Context, in *GetRecentBlockHashRequest, opts ...grpc.CallOption) (*GetRecentBlockHashResponse, error) GetRecentBlockHashV2(ctx context.Context, in *GetRecentBlockHashRequestV2, opts ...grpc.CallOption) (*GetRecentBlockHashResponseV2, error) GetPriorityFee(ctx context.Context, in *GetPriorityFeeRequest, opts ...grpc.CallOption) (*GetPriorityFeeResponse, error) // account endpoints GetAccountBalance(ctx context.Context, in *GetAccountBalanceRequest, opts ...grpc.CallOption) (*GetAccountBalanceResponse, error) GetTokenAccounts(ctx context.Context, in *GetTokenAccountsRequest, opts ...grpc.CallOption) (*GetTokenAccountsResponse, error) GetAccountBalanceV2(ctx context.Context, in *GetAccountBalanceRequest, opts ...grpc.CallOption) (*GetAccountBalanceResponse, error) // trade endpoints PostOrder(ctx context.Context, in *PostOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) PostSubmit(ctx context.Context, in *PostSubmitRequest, opts ...grpc.CallOption) (*PostSubmitResponse, error) PostSubmitBatch(ctx context.Context, in *PostSubmitBatchRequest, opts ...grpc.CallOption) (*PostSubmitBatchResponse, error) PostCancelOrder(ctx context.Context, in *PostCancelOrderRequest, opts ...grpc.CallOption) (*PostCancelOrderResponse, error) PostCancelByClientOrderID(ctx context.Context, in *PostCancelByClientOrderIDRequest, opts ...grpc.CallOption) (*PostCancelOrderResponse, error) PostCancelAll(ctx context.Context, in *PostCancelAllRequest, opts ...grpc.CallOption) (*PostCancelAllResponse, error) PostReplaceByClientOrderID(ctx context.Context, in *PostOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) PostReplaceOrder(ctx context.Context, in *PostReplaceOrderRequest, opts ...grpc.CallOption) (*PostOrderResponse, error) PostSettle(ctx context.Context, in *PostSettleRequest, opts ...grpc.CallOption) (*PostSettleResponse, error) PostTradeSwap(ctx context.Context, in *TradeSwapRequest, opts ...grpc.CallOption) (*TradeSwapResponse, error) GetOrders(ctx context.Context, in *GetOrdersRequest, opts ...grpc.CallOption) (*GetOrdersResponse, error) GetOpenOrders(ctx context.Context, in *GetOpenOrdersRequest, opts ...grpc.CallOption) (*GetOpenOrdersResponse, error) GetOrderByID(ctx context.Context, in *GetOrderByIDRequest, opts ...grpc.CallOption) (*GetOrderByIDResponse, error) GetUnsettled(ctx context.Context, in *GetUnsettledRequest, opts ...grpc.CallOption) (*GetUnsettledResponse, error) PostRouteTradeSwap(ctx context.Context, in *RouteTradeSwapRequest, opts ...grpc.CallOption) (*TradeSwapResponse, error) PostSubmitMineOre(ctx context.Context, in *PostSubmitRequest, opts ...grpc.CallOption) (*PostSubmitResponse, error) // streaming endpoints GetOrderbooksStream(ctx context.Context, in *GetOrderbooksRequest, opts ...grpc.CallOption) (Api_GetOrderbooksStreamClient, error) GetMarketDepthsStream(ctx context.Context, in *GetMarketDepthsRequest, opts ...grpc.CallOption) (Api_GetMarketDepthsStreamClient, error) GetTickersStream(ctx context.Context, in *GetTickersStreamRequest, opts ...grpc.CallOption) (Api_GetTickersStreamClient, error) GetZetaTransactionStream(ctx context.Context, in *GetZetaTransactionStreamRequest, opts ...grpc.CallOption) (Api_GetZetaTransactionStreamClient, error) GetTradesStream(ctx context.Context, in *GetTradesRequest, opts ...grpc.CallOption) (Api_GetTradesStreamClient, error) GetOrderStatusStream(ctx context.Context, in *GetOrderStatusStreamRequest, opts ...grpc.CallOption) (Api_GetOrderStatusStreamClient, error) GetRecentBlockHashStream(ctx context.Context, in *GetRecentBlockHashRequest, opts ...grpc.CallOption) (Api_GetRecentBlockHashStreamClient, error) GetBlockStream(ctx context.Context, in *GetBlockStreamRequest, opts ...grpc.CallOption) (Api_GetBlockStreamClient, error) GetPriorityFeeStream(ctx context.Context, in *GetPriorityFeeRequest, opts ...grpc.CallOption) (Api_GetPriorityFeeStreamClient, error) GetBundleTipStream(ctx context.Context, in *GetBundleTipRequest, opts ...grpc.CallOption) (Api_GetBundleTipStreamClient, error) GetQuotesStream(ctx context.Context, in *GetQuotesStreamRequest, opts ...grpc.CallOption) (Api_GetQuotesStreamClient, error) GetPoolReservesStream(ctx context.Context, in *GetPoolReservesStreamRequest, opts ...grpc.CallOption) (Api_GetPoolReservesStreamClient, error) GetPricesStream(ctx context.Context, in *GetPricesStreamRequest, opts ...grpc.CallOption) (Api_GetPricesStreamClient, error) GetNewRaydiumPoolsStream(ctx context.Context, in *GetNewRaydiumPoolsRequest, opts ...grpc.CallOption) (Api_GetNewRaydiumPoolsStreamClient, error) GetSwapsStream(ctx context.Context, in *GetSwapsStreamRequest, opts ...grpc.CallOption) (Api_GetSwapsStreamClient, error) GetPumpFunSwapsStream(ctx context.Context, in *GetPumpFunSwapsStreamRequest, opts ...grpc.CallOption) (Api_GetPumpFunSwapsStreamClient, error) GetPumpFunNewTokensStream(ctx context.Context, in *GetPumpFunNewTokensStreamRequest, opts ...grpc.CallOption) (Api_GetPumpFunNewTokensStreamClient, error) PostPumpFunSwap(ctx context.Context, in *PostPumpFunSwapRequest, opts ...grpc.CallOption) (*PostPumpFunSwapResponse, error) }
ApiClient is the client API for Api service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewApiClient ¶
func NewApiClient(cc grpc.ClientConnInterface) ApiClient
type ApiServer ¶
type ApiServer interface { GetRateLimit(context.Context, *GetRateLimitRequest) (*GetRateLimitResponse, error) GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error) PostSubmitV2(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error) PostSubmitBatchV2(context.Context, *PostSubmitBatchRequest) (*PostSubmitBatchResponse, error) // Raydium V2 GetRaydiumPools(context.Context, *GetRaydiumPoolsRequest) (*GetRaydiumPoolsResponse, error) GetRaydiumPoolReserve(context.Context, *GetRaydiumPoolReserveRequest) (*GetRaydiumPoolReserveResponse, error) GetRaydiumQuotes(context.Context, *GetRaydiumQuotesRequest) (*GetRaydiumQuotesResponse, error) GetPumpFunQuotes(context.Context, *GetPumpFunQuotesRequest) (*GetPumpFunQuotesResponse, error) GetRaydiumPrices(context.Context, *GetRaydiumPricesRequest) (*GetRaydiumPricesResponse, error) PostRaydiumSwap(context.Context, *PostRaydiumSwapRequest) (*PostRaydiumSwapResponse, error) PostRaydiumRouteSwap(context.Context, *PostRaydiumRouteSwapRequest) (*PostRaydiumRouteSwapResponse, error) // Jupiter V2 GetJupiterQuotes(context.Context, *GetJupiterQuotesRequest) (*GetJupiterQuotesResponse, error) GetJupiterPrices(context.Context, *GetJupiterPricesRequest) (*GetJupiterPricesResponse, error) PostJupiterSwap(context.Context, *PostJupiterSwapRequest) (*PostJupiterSwapResponse, error) PostRaydiumSwapInstructions(context.Context, *PostRaydiumSwapInstructionsRequest) (*PostRaydiumSwapInstructionsResponse, error) PostJupiterSwapInstructions(context.Context, *PostJupiterSwapInstructionsRequest) (*PostJupiterSwapInstructionsResponse, error) PostJupiterRouteSwap(context.Context, *PostJupiterRouteSwapRequest) (*PostJupiterRouteSwapResponse, error) GetMarketsV2(context.Context, *GetMarketsRequestV2) (*GetMarketsResponseV2, error) GetTickersV2(context.Context, *GetTickersRequestV2) (*GetTickersResponseV2, error) GetOrderbookV2(context.Context, *GetOrderbookRequestV2) (*GetOrderbookResponseV2, error) GetMarketDepthV2(context.Context, *GetMarketDepthRequestV2) (*GetMarketDepthResponseV2, error) PostOrderV2(context.Context, *PostOrderRequestV2) (*PostOrderResponse, error) PostCancelOrderV2(context.Context, *PostCancelOrderRequestV2) (*PostCancelOrderResponseV2, error) PostReplaceOrderV2(context.Context, *PostReplaceOrderRequestV2) (*PostOrderResponse, error) PostZetaCrossMarginAccount(context.Context, *PostZetaCrossMarginAccountRequest) (*PostZetaCrossMarginAccountResponse, error) PostSettleV2(context.Context, *PostSettleRequestV2) (*PostSettleResponse, error) GetOpenOrdersV2(context.Context, *GetOpenOrdersRequestV2) (*GetOpenOrdersResponseV2, error) GetUnsettledV2(context.Context, *GetUnsettledRequestV2) (*GetUnsettledResponse, error) GetPrice(context.Context, *GetPriceRequest) (*GetPriceResponse, error) GetMarkets(context.Context, *GetMarketsRequest) (*GetMarketsResponse, error) GetPools(context.Context, *GetPoolsRequest) (*GetPoolsResponse, error) GetTickers(context.Context, *GetTickersRequest) (*GetTickersResponse, error) GetKline(context.Context, *GetKlineRequest) (*GetKlineResponse, error) GetOrderbook(context.Context, *GetOrderbookRequest) (*GetOrderbookResponse, error) GetMarketDepth(context.Context, *GetMarketDepthRequest) (*GetMarketDepthResponse, error) GetTrades(context.Context, *GetTradesRequest) (*GetTradesResponse, error) GetQuotes(context.Context, *GetQuotesRequest) (*GetQuotesResponse, error) // system API GetServerTime(context.Context, *GetServerTimeRequest) (*GetServerTimeResponse, error) GetRecentBlockHash(context.Context, *GetRecentBlockHashRequest) (*GetRecentBlockHashResponse, error) GetRecentBlockHashV2(context.Context, *GetRecentBlockHashRequestV2) (*GetRecentBlockHashResponseV2, error) GetPriorityFee(context.Context, *GetPriorityFeeRequest) (*GetPriorityFeeResponse, error) // account endpoints GetAccountBalance(context.Context, *GetAccountBalanceRequest) (*GetAccountBalanceResponse, error) GetTokenAccounts(context.Context, *GetTokenAccountsRequest) (*GetTokenAccountsResponse, error) GetAccountBalanceV2(context.Context, *GetAccountBalanceRequest) (*GetAccountBalanceResponse, error) // trade endpoints PostOrder(context.Context, *PostOrderRequest) (*PostOrderResponse, error) PostSubmit(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error) PostSubmitBatch(context.Context, *PostSubmitBatchRequest) (*PostSubmitBatchResponse, error) PostCancelOrder(context.Context, *PostCancelOrderRequest) (*PostCancelOrderResponse, error) PostCancelByClientOrderID(context.Context, *PostCancelByClientOrderIDRequest) (*PostCancelOrderResponse, error) PostCancelAll(context.Context, *PostCancelAllRequest) (*PostCancelAllResponse, error) PostReplaceByClientOrderID(context.Context, *PostOrderRequest) (*PostOrderResponse, error) PostReplaceOrder(context.Context, *PostReplaceOrderRequest) (*PostOrderResponse, error) PostSettle(context.Context, *PostSettleRequest) (*PostSettleResponse, error) PostTradeSwap(context.Context, *TradeSwapRequest) (*TradeSwapResponse, error) GetOrders(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error) GetOpenOrders(context.Context, *GetOpenOrdersRequest) (*GetOpenOrdersResponse, error) GetOrderByID(context.Context, *GetOrderByIDRequest) (*GetOrderByIDResponse, error) GetUnsettled(context.Context, *GetUnsettledRequest) (*GetUnsettledResponse, error) PostRouteTradeSwap(context.Context, *RouteTradeSwapRequest) (*TradeSwapResponse, error) PostSubmitMineOre(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error) // streaming endpoints GetOrderbooksStream(*GetOrderbooksRequest, Api_GetOrderbooksStreamServer) error GetMarketDepthsStream(*GetMarketDepthsRequest, Api_GetMarketDepthsStreamServer) error GetTickersStream(*GetTickersStreamRequest, Api_GetTickersStreamServer) error GetZetaTransactionStream(*GetZetaTransactionStreamRequest, Api_GetZetaTransactionStreamServer) error GetTradesStream(*GetTradesRequest, Api_GetTradesStreamServer) error GetOrderStatusStream(*GetOrderStatusStreamRequest, Api_GetOrderStatusStreamServer) error GetRecentBlockHashStream(*GetRecentBlockHashRequest, Api_GetRecentBlockHashStreamServer) error GetBlockStream(*GetBlockStreamRequest, Api_GetBlockStreamServer) error GetPriorityFeeStream(*GetPriorityFeeRequest, Api_GetPriorityFeeStreamServer) error GetBundleTipStream(*GetBundleTipRequest, Api_GetBundleTipStreamServer) error GetQuotesStream(*GetQuotesStreamRequest, Api_GetQuotesStreamServer) error GetPoolReservesStream(*GetPoolReservesStreamRequest, Api_GetPoolReservesStreamServer) error GetPricesStream(*GetPricesStreamRequest, Api_GetPricesStreamServer) error GetNewRaydiumPoolsStream(*GetNewRaydiumPoolsRequest, Api_GetNewRaydiumPoolsStreamServer) error GetSwapsStream(*GetSwapsStreamRequest, Api_GetSwapsStreamServer) error GetPumpFunSwapsStream(*GetPumpFunSwapsStreamRequest, Api_GetPumpFunSwapsStreamServer) error GetPumpFunNewTokensStream(*GetPumpFunNewTokensStreamRequest, Api_GetPumpFunNewTokensStreamServer) error PostPumpFunSwap(context.Context, *PostPumpFunSwapRequest) (*PostPumpFunSwapResponse, error) // contains filtered or unexported methods }
ApiServer is the server API for Api service. All implementations must embed UnimplementedApiServer for forward compatibility
type Api_GetBlockStreamClient ¶ added in v1.3.0
type Api_GetBlockStreamClient interface { Recv() (*GetBlockStreamResponse, error) grpc.ClientStream }
type Api_GetBlockStreamServer ¶ added in v1.3.0
type Api_GetBlockStreamServer interface { Send(*GetBlockStreamResponse) error grpc.ServerStream }
type Api_GetBundleTipStreamClient ¶ added in v1.9.1
type Api_GetBundleTipStreamClient interface { Recv() (*GetBundleTipResponse, error) grpc.ClientStream }
type Api_GetBundleTipStreamServer ¶ added in v1.9.1
type Api_GetBundleTipStreamServer interface { Send(*GetBundleTipResponse) error grpc.ServerStream }
type Api_GetMarketDepthsStreamClient ¶ added in v1.5.0
type Api_GetMarketDepthsStreamClient interface { Recv() (*GetMarketDepthsStreamResponse, error) grpc.ClientStream }
type Api_GetMarketDepthsStreamServer ¶ added in v1.5.0
type Api_GetMarketDepthsStreamServer interface { Send(*GetMarketDepthsStreamResponse) error grpc.ServerStream }
type Api_GetNewRaydiumPoolsStreamClient ¶ added in v1.9.0
type Api_GetNewRaydiumPoolsStreamClient interface { Recv() (*GetNewRaydiumPoolsResponse, error) grpc.ClientStream }
type Api_GetNewRaydiumPoolsStreamServer ¶ added in v1.9.0
type Api_GetNewRaydiumPoolsStreamServer interface { Send(*GetNewRaydiumPoolsResponse) error grpc.ServerStream }
type Api_GetOrderStatusStreamClient ¶
type Api_GetOrderStatusStreamClient interface { Recv() (*GetOrderStatusStreamResponse, error) grpc.ClientStream }
type Api_GetOrderStatusStreamServer ¶
type Api_GetOrderStatusStreamServer interface { Send(*GetOrderStatusStreamResponse) error grpc.ServerStream }
type Api_GetOrderbooksStreamClient ¶
type Api_GetOrderbooksStreamClient interface { Recv() (*GetOrderbooksStreamResponse, error) grpc.ClientStream }
type Api_GetOrderbooksStreamServer ¶
type Api_GetOrderbooksStreamServer interface { Send(*GetOrderbooksStreamResponse) error grpc.ServerStream }
type Api_GetPoolReservesStreamClient ¶
type Api_GetPoolReservesStreamClient interface { Recv() (*GetPoolReservesStreamResponse, error) grpc.ClientStream }
type Api_GetPoolReservesStreamServer ¶
type Api_GetPoolReservesStreamServer interface { Send(*GetPoolReservesStreamResponse) error grpc.ServerStream }
type Api_GetPricesStreamClient ¶
type Api_GetPricesStreamClient interface { Recv() (*GetPricesStreamResponse, error) grpc.ClientStream }
type Api_GetPricesStreamServer ¶
type Api_GetPricesStreamServer interface { Send(*GetPricesStreamResponse) error grpc.ServerStream }
type Api_GetPriorityFeeStreamClient ¶ added in v1.9.1
type Api_GetPriorityFeeStreamClient interface { Recv() (*GetPriorityFeeResponse, error) grpc.ClientStream }
type Api_GetPriorityFeeStreamServer ¶ added in v1.9.1
type Api_GetPriorityFeeStreamServer interface { Send(*GetPriorityFeeResponse) error grpc.ServerStream }
type Api_GetPumpFunNewTokensStreamClient ¶ added in v1.9.2
type Api_GetPumpFunNewTokensStreamClient interface { Recv() (*GetPumpFunNewTokensStreamResponse, error) grpc.ClientStream }
type Api_GetPumpFunNewTokensStreamServer ¶ added in v1.9.2
type Api_GetPumpFunNewTokensStreamServer interface { Send(*GetPumpFunNewTokensStreamResponse) error grpc.ServerStream }
type Api_GetPumpFunSwapsStreamClient ¶ added in v1.9.2
type Api_GetPumpFunSwapsStreamClient interface { Recv() (*GetPumpFunSwapsStreamResponse, error) grpc.ClientStream }
type Api_GetPumpFunSwapsStreamServer ¶ added in v1.9.2
type Api_GetPumpFunSwapsStreamServer interface { Send(*GetPumpFunSwapsStreamResponse) error grpc.ServerStream }
type Api_GetQuotesStreamClient ¶
type Api_GetQuotesStreamClient interface { Recv() (*GetQuotesStreamResponse, error) grpc.ClientStream }
type Api_GetQuotesStreamServer ¶
type Api_GetQuotesStreamServer interface { Send(*GetQuotesStreamResponse) error grpc.ServerStream }
type Api_GetRecentBlockHashStreamClient ¶
type Api_GetRecentBlockHashStreamClient interface { Recv() (*GetRecentBlockHashResponse, error) grpc.ClientStream }
type Api_GetRecentBlockHashStreamServer ¶
type Api_GetRecentBlockHashStreamServer interface { Send(*GetRecentBlockHashResponse) error grpc.ServerStream }
type Api_GetSwapsStreamClient ¶
type Api_GetSwapsStreamClient interface { Recv() (*GetSwapsStreamResponse, error) grpc.ClientStream }
type Api_GetSwapsStreamServer ¶
type Api_GetSwapsStreamServer interface { Send(*GetSwapsStreamResponse) error grpc.ServerStream }
type Api_GetTickersStreamClient ¶
type Api_GetTickersStreamClient interface { Recv() (*GetTickersStreamResponse, error) grpc.ClientStream }
type Api_GetTickersStreamServer ¶
type Api_GetTickersStreamServer interface { Send(*GetTickersStreamResponse) error grpc.ServerStream }
type Api_GetTradesStreamClient ¶
type Api_GetTradesStreamClient interface { Recv() (*GetTradesStreamResponse, error) grpc.ClientStream }
type Api_GetTradesStreamServer ¶
type Api_GetTradesStreamServer interface { Send(*GetTradesStreamResponse) error grpc.ServerStream }
type Api_GetZetaTransactionStreamClient ¶ added in v1.9.2
type Api_GetZetaTransactionStreamClient interface { Recv() (*GetZetaTransactionStreamResponse, error) grpc.ClientStream }
type Api_GetZetaTransactionStreamServer ¶ added in v1.9.2
type Api_GetZetaTransactionStreamServer interface { Send(*GetZetaTransactionStreamResponse) error grpc.ServerStream }
type Block ¶ added in v1.3.0
type Block struct { Slot uint64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*Block) Descriptor
deprecated
added in
v1.3.0
func (*Block) ProtoMessage ¶ added in v1.3.0
func (*Block) ProtoMessage()
func (*Block) ProtoReflect ¶ added in v1.3.0
func (x *Block) ProtoReflect() protoreflect.Message
type Candle ¶
type Candle struct { StartTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=startTime,proto3" json:"startTime,omitempty"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=updateTime,proto3" json:"updateTime,omitempty"` Open float64 `protobuf:"fixed64,3,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,4,opt,name=close,proto3" json:"close,omitempty"` Low float64 `protobuf:"fixed64,5,opt,name=low,proto3" json:"low,omitempty"` High float64 `protobuf:"fixed64,6,opt,name=high,proto3" json:"high,omitempty"` Amount float64 `protobuf:"fixed64,7,opt,name=amount,proto3" json:"amount,omitempty"` Volume float64 `protobuf:"fixed64,8,opt,name=volume,proto3" json:"volume,omitempty"` Count float64 `protobuf:"fixed64,9,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*Candle) Descriptor
deprecated
func (*Candle) GetStartTime ¶
func (*Candle) GetUpdateTime ¶
func (*Candle) ProtoMessage ¶
func (*Candle) ProtoMessage()
func (*Candle) ProtoReflect ¶
func (x *Candle) ProtoReflect() protoreflect.Message
type Direction ¶
type Direction int32
func (Direction) Descriptor ¶
func (Direction) Descriptor() protoreflect.EnumDescriptor
func (Direction) EnumDescriptor
deprecated
func (Direction) Number ¶
func (x Direction) Number() protoreflect.EnumNumber
func (Direction) Type ¶
func (Direction) Type() protoreflect.EnumType
type GetAccountBalanceRequest ¶
type GetAccountBalanceRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` // contains filtered or unexported fields }
func (*GetAccountBalanceRequest) Descriptor
deprecated
func (*GetAccountBalanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountBalanceRequest.ProtoReflect.Descriptor instead.
func (*GetAccountBalanceRequest) GetOwnerAddress ¶
func (x *GetAccountBalanceRequest) GetOwnerAddress() string
func (*GetAccountBalanceRequest) ProtoMessage ¶
func (*GetAccountBalanceRequest) ProtoMessage()
func (*GetAccountBalanceRequest) ProtoReflect ¶
func (x *GetAccountBalanceRequest) ProtoReflect() protoreflect.Message
func (*GetAccountBalanceRequest) Reset ¶
func (x *GetAccountBalanceRequest) Reset()
func (*GetAccountBalanceRequest) String ¶
func (x *GetAccountBalanceRequest) String() string
type GetAccountBalanceResponse ¶
type GetAccountBalanceResponse struct { Tokens []*TokenBalance `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetAccountBalanceResponse) Descriptor
deprecated
func (*GetAccountBalanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountBalanceResponse.ProtoReflect.Descriptor instead.
func (*GetAccountBalanceResponse) GetTokens ¶
func (x *GetAccountBalanceResponse) GetTokens() []*TokenBalance
func (*GetAccountBalanceResponse) ProtoMessage ¶
func (*GetAccountBalanceResponse) ProtoMessage()
func (*GetAccountBalanceResponse) ProtoReflect ¶
func (x *GetAccountBalanceResponse) ProtoReflect() protoreflect.Message
func (*GetAccountBalanceResponse) Reset ¶
func (x *GetAccountBalanceResponse) Reset()
func (*GetAccountBalanceResponse) String ¶
func (x *GetAccountBalanceResponse) String() string
type GetBlockStreamRequest ¶ added in v1.3.0
type GetBlockStreamRequest struct {
// contains filtered or unexported fields
}
func (*GetBlockStreamRequest) Descriptor
deprecated
added in
v1.3.0
func (*GetBlockStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockStreamRequest.ProtoReflect.Descriptor instead.
func (*GetBlockStreamRequest) ProtoMessage ¶ added in v1.3.0
func (*GetBlockStreamRequest) ProtoMessage()
func (*GetBlockStreamRequest) ProtoReflect ¶ added in v1.3.0
func (x *GetBlockStreamRequest) ProtoReflect() protoreflect.Message
func (*GetBlockStreamRequest) Reset ¶ added in v1.3.0
func (x *GetBlockStreamRequest) Reset()
func (*GetBlockStreamRequest) String ¶ added in v1.3.0
func (x *GetBlockStreamRequest) String() string
type GetBlockStreamResponse ¶ added in v1.3.0
type GetBlockStreamResponse struct { Block *Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetBlockStreamResponse) Descriptor
deprecated
added in
v1.3.0
func (*GetBlockStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockStreamResponse.ProtoReflect.Descriptor instead.
func (*GetBlockStreamResponse) GetBlock ¶ added in v1.3.0
func (x *GetBlockStreamResponse) GetBlock() *Block
func (*GetBlockStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetBlockStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetBlockStreamResponse) ProtoMessage ¶ added in v1.3.0
func (*GetBlockStreamResponse) ProtoMessage()
func (*GetBlockStreamResponse) ProtoReflect ¶ added in v1.3.0
func (x *GetBlockStreamResponse) ProtoReflect() protoreflect.Message
func (*GetBlockStreamResponse) Reset ¶ added in v1.3.0
func (x *GetBlockStreamResponse) Reset()
func (*GetBlockStreamResponse) String ¶ added in v1.3.0
func (x *GetBlockStreamResponse) String() string
type GetBundleTipRequest ¶ added in v1.9.1
type GetBundleTipRequest struct {
// contains filtered or unexported fields
}
func (*GetBundleTipRequest) Descriptor
deprecated
added in
v1.9.1
func (*GetBundleTipRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBundleTipRequest.ProtoReflect.Descriptor instead.
func (*GetBundleTipRequest) ProtoMessage ¶ added in v1.9.1
func (*GetBundleTipRequest) ProtoMessage()
func (*GetBundleTipRequest) ProtoReflect ¶ added in v1.9.1
func (x *GetBundleTipRequest) ProtoReflect() protoreflect.Message
func (*GetBundleTipRequest) Reset ¶ added in v1.9.1
func (x *GetBundleTipRequest) Reset()
func (*GetBundleTipRequest) String ¶ added in v1.9.1
func (x *GetBundleTipRequest) String() string
type GetBundleTipResponse ¶ added in v1.9.1
type GetBundleTipResponse struct { Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Percentile25 float64 `protobuf:"fixed64,2,opt,name=percentile25,proto3" json:"percentile25,omitempty"` Percentile50 float64 `protobuf:"fixed64,3,opt,name=percentile50,proto3" json:"percentile50,omitempty"` Percentile75 float64 `protobuf:"fixed64,4,opt,name=percentile75,proto3" json:"percentile75,omitempty"` Percentile95 float64 `protobuf:"fixed64,5,opt,name=percentile95,proto3" json:"percentile95,omitempty"` Percentile99 float64 `protobuf:"fixed64,6,opt,name=percentile99,proto3" json:"percentile99,omitempty"` EmaPercentile50 float64 `protobuf:"fixed64,7,opt,name=emaPercentile50,proto3" json:"emaPercentile50,omitempty"` // contains filtered or unexported fields }
func (*GetBundleTipResponse) Descriptor
deprecated
added in
v1.9.1
func (*GetBundleTipResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBundleTipResponse.ProtoReflect.Descriptor instead.
func (*GetBundleTipResponse) GetEmaPercentile50 ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetEmaPercentile50() float64
func (*GetBundleTipResponse) GetPercentile25 ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetPercentile25() float64
func (*GetBundleTipResponse) GetPercentile50 ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetPercentile50() float64
func (*GetBundleTipResponse) GetPercentile75 ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetPercentile75() float64
func (*GetBundleTipResponse) GetPercentile95 ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetPercentile95() float64
func (*GetBundleTipResponse) GetPercentile99 ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetPercentile99() float64
func (*GetBundleTipResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetBundleTipResponse) GetTimestamp() *timestamp.Timestamp
func (*GetBundleTipResponse) ProtoMessage ¶ added in v1.9.1
func (*GetBundleTipResponse) ProtoMessage()
func (*GetBundleTipResponse) ProtoReflect ¶ added in v1.9.1
func (x *GetBundleTipResponse) ProtoReflect() protoreflect.Message
func (*GetBundleTipResponse) Reset ¶ added in v1.9.1
func (x *GetBundleTipResponse) Reset()
func (*GetBundleTipResponse) String ¶ added in v1.9.1
func (x *GetBundleTipResponse) String() string
type GetJupiterPricesRequest ¶ added in v1.8.0
type GetJupiterPricesRequest struct { Tokens []string `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetJupiterPricesRequest) Descriptor
deprecated
added in
v1.8.0
func (*GetJupiterPricesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJupiterPricesRequest.ProtoReflect.Descriptor instead.
func (*GetJupiterPricesRequest) GetTokens ¶ added in v1.8.0
func (x *GetJupiterPricesRequest) GetTokens() []string
func (*GetJupiterPricesRequest) ProtoMessage ¶ added in v1.8.0
func (*GetJupiterPricesRequest) ProtoMessage()
func (*GetJupiterPricesRequest) ProtoReflect ¶ added in v1.8.0
func (x *GetJupiterPricesRequest) ProtoReflect() protoreflect.Message
func (*GetJupiterPricesRequest) Reset ¶ added in v1.8.0
func (x *GetJupiterPricesRequest) Reset()
func (*GetJupiterPricesRequest) String ¶ added in v1.8.0
func (x *GetJupiterPricesRequest) String() string
type GetJupiterPricesResponse ¶ added in v1.8.0
type GetJupiterPricesResponse struct { TokenPrices []*TokenPriceV2 `protobuf:"bytes,1,rep,name=tokenPrices,proto3" json:"tokenPrices,omitempty"` // contains filtered or unexported fields }
func (*GetJupiterPricesResponse) Descriptor
deprecated
added in
v1.8.0
func (*GetJupiterPricesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJupiterPricesResponse.ProtoReflect.Descriptor instead.
func (*GetJupiterPricesResponse) GetTokenPrices ¶ added in v1.8.0
func (x *GetJupiterPricesResponse) GetTokenPrices() []*TokenPriceV2
func (*GetJupiterPricesResponse) ProtoMessage ¶ added in v1.8.0
func (*GetJupiterPricesResponse) ProtoMessage()
func (*GetJupiterPricesResponse) ProtoReflect ¶ added in v1.8.0
func (x *GetJupiterPricesResponse) ProtoReflect() protoreflect.Message
func (*GetJupiterPricesResponse) Reset ¶ added in v1.8.0
func (x *GetJupiterPricesResponse) Reset()
func (*GetJupiterPricesResponse) String ¶ added in v1.8.0
func (x *GetJupiterPricesResponse) String() string
type GetJupiterQuotesRequest ¶ added in v1.8.0
type GetJupiterQuotesRequest struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,2,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,3,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,4,opt,name=slippage,proto3" json:"slippage,omitempty"` FastMode *bool `protobuf:"varint,5,opt,name=fastMode,proto3,oneof" json:"fastMode,omitempty"` // contains filtered or unexported fields }
func (*GetJupiterQuotesRequest) Descriptor
deprecated
added in
v1.8.0
func (*GetJupiterQuotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJupiterQuotesRequest.ProtoReflect.Descriptor instead.
func (*GetJupiterQuotesRequest) GetFastMode ¶ added in v1.9.1
func (x *GetJupiterQuotesRequest) GetFastMode() bool
func (*GetJupiterQuotesRequest) GetInAmount ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) GetInAmount() float64
func (*GetJupiterQuotesRequest) GetInToken ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) GetInToken() string
func (*GetJupiterQuotesRequest) GetOutToken ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) GetOutToken() string
func (*GetJupiterQuotesRequest) GetSlippage ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) GetSlippage() float64
func (*GetJupiterQuotesRequest) ProtoMessage ¶ added in v1.8.0
func (*GetJupiterQuotesRequest) ProtoMessage()
func (*GetJupiterQuotesRequest) ProtoReflect ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) ProtoReflect() protoreflect.Message
func (*GetJupiterQuotesRequest) Reset ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) Reset()
func (*GetJupiterQuotesRequest) String ¶ added in v1.8.0
func (x *GetJupiterQuotesRequest) String() string
type GetJupiterQuotesResponse ¶ added in v1.8.0
type GetJupiterQuotesResponse struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,2,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,4,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,5,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Routes []*JupiterQuoteRoute `protobuf:"bytes,6,rep,name=routes,proto3" json:"routes,omitempty"` // contains filtered or unexported fields }
func (*GetJupiterQuotesResponse) Descriptor
deprecated
added in
v1.8.0
func (*GetJupiterQuotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJupiterQuotesResponse.ProtoReflect.Descriptor instead.
func (*GetJupiterQuotesResponse) GetInAmount ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) GetInAmount() float64
func (*GetJupiterQuotesResponse) GetInToken ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) GetInToken() string
func (*GetJupiterQuotesResponse) GetInTokenAddress ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) GetInTokenAddress() string
func (*GetJupiterQuotesResponse) GetOutToken ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) GetOutToken() string
func (*GetJupiterQuotesResponse) GetOutTokenAddress ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) GetOutTokenAddress() string
func (*GetJupiterQuotesResponse) GetRoutes ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) GetRoutes() []*JupiterQuoteRoute
func (*GetJupiterQuotesResponse) ProtoMessage ¶ added in v1.8.0
func (*GetJupiterQuotesResponse) ProtoMessage()
func (*GetJupiterQuotesResponse) ProtoReflect ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) ProtoReflect() protoreflect.Message
func (*GetJupiterQuotesResponse) Reset ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) Reset()
func (*GetJupiterQuotesResponse) String ¶ added in v1.8.0
func (x *GetJupiterQuotesResponse) String() string
type GetKlineRequest ¶
type GetKlineRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` From *timestamp.Timestamp `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` To *timestamp.Timestamp `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` Resolution string `protobuf:"bytes,4,opt,name=resolution,proto3" json:"resolution,omitempty"` // indicates a duration: e.g. 1d, 4h, 1h, 30m, 15m, 1m Limit uint32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetKlineRequest) Descriptor
deprecated
func (*GetKlineRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetKlineRequest.ProtoReflect.Descriptor instead.
func (*GetKlineRequest) GetFrom ¶
func (x *GetKlineRequest) GetFrom() *timestamp.Timestamp
func (*GetKlineRequest) GetLimit ¶
func (x *GetKlineRequest) GetLimit() uint32
func (*GetKlineRequest) GetMarket ¶
func (x *GetKlineRequest) GetMarket() string
func (*GetKlineRequest) GetResolution ¶
func (x *GetKlineRequest) GetResolution() string
func (*GetKlineRequest) GetTo ¶
func (x *GetKlineRequest) GetTo() *timestamp.Timestamp
func (*GetKlineRequest) ProtoMessage ¶
func (*GetKlineRequest) ProtoMessage()
func (*GetKlineRequest) ProtoReflect ¶
func (x *GetKlineRequest) ProtoReflect() protoreflect.Message
func (*GetKlineRequest) Reset ¶
func (x *GetKlineRequest) Reset()
func (*GetKlineRequest) String ¶
func (x *GetKlineRequest) String() string
type GetKlineResponse ¶
type GetKlineResponse struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Candles []*Candle `protobuf:"bytes,3,rep,name=candles,proto3" json:"candles,omitempty"` // contains filtered or unexported fields }
func (*GetKlineResponse) Descriptor
deprecated
func (*GetKlineResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetKlineResponse.ProtoReflect.Descriptor instead.
func (*GetKlineResponse) GetCandles ¶
func (x *GetKlineResponse) GetCandles() []*Candle
func (*GetKlineResponse) GetMarket ¶
func (x *GetKlineResponse) GetMarket() string
func (*GetKlineResponse) GetTimestamp ¶
func (x *GetKlineResponse) GetTimestamp() *timestamp.Timestamp
func (*GetKlineResponse) ProtoMessage ¶
func (*GetKlineResponse) ProtoMessage()
func (*GetKlineResponse) ProtoReflect ¶
func (x *GetKlineResponse) ProtoReflect() protoreflect.Message
func (*GetKlineResponse) Reset ¶
func (x *GetKlineResponse) Reset()
func (*GetKlineResponse) String ¶
func (x *GetKlineResponse) String() string
type GetMarketDepthRequest ¶
type GetMarketDepthRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetMarketDepthRequest) Descriptor
deprecated
func (*GetMarketDepthRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDepthRequest.ProtoReflect.Descriptor instead.
func (*GetMarketDepthRequest) GetLimit ¶ added in v1.5.0
func (x *GetMarketDepthRequest) GetLimit() uint32
func (*GetMarketDepthRequest) GetMarket ¶
func (x *GetMarketDepthRequest) GetMarket() string
func (*GetMarketDepthRequest) GetProject ¶ added in v1.3.0
func (x *GetMarketDepthRequest) GetProject() Project
func (*GetMarketDepthRequest) ProtoMessage ¶
func (*GetMarketDepthRequest) ProtoMessage()
func (*GetMarketDepthRequest) ProtoReflect ¶
func (x *GetMarketDepthRequest) ProtoReflect() protoreflect.Message
func (*GetMarketDepthRequest) Reset ¶
func (x *GetMarketDepthRequest) Reset()
func (*GetMarketDepthRequest) String ¶
func (x *GetMarketDepthRequest) String() string
type GetMarketDepthRequestV2 ¶ added in v1.8.0
type GetMarketDepthRequestV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetMarketDepthRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*GetMarketDepthRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDepthRequestV2.ProtoReflect.Descriptor instead.
func (*GetMarketDepthRequestV2) GetLimit ¶ added in v1.8.0
func (x *GetMarketDepthRequestV2) GetLimit() uint32
func (*GetMarketDepthRequestV2) GetMarket ¶ added in v1.8.0
func (x *GetMarketDepthRequestV2) GetMarket() string
func (*GetMarketDepthRequestV2) ProtoMessage ¶ added in v1.8.0
func (*GetMarketDepthRequestV2) ProtoMessage()
func (*GetMarketDepthRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *GetMarketDepthRequestV2) ProtoReflect() protoreflect.Message
func (*GetMarketDepthRequestV2) Reset ¶ added in v1.8.0
func (x *GetMarketDepthRequestV2) Reset()
func (*GetMarketDepthRequestV2) String ¶ added in v1.8.0
func (x *GetMarketDepthRequestV2) String() string
type GetMarketDepthResponse ¶ added in v1.5.0
type GetMarketDepthResponse struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` Bids []*MarketDepthItem `protobuf:"bytes,3,rep,name=bids,proto3" json:"bids,omitempty"` Asks []*MarketDepthItem `protobuf:"bytes,4,rep,name=asks,proto3" json:"asks,omitempty"` // contains filtered or unexported fields }
func (*GetMarketDepthResponse) Descriptor
deprecated
added in
v1.5.0
func (*GetMarketDepthResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDepthResponse.ProtoReflect.Descriptor instead.
func (*GetMarketDepthResponse) GetAsks ¶ added in v1.5.0
func (x *GetMarketDepthResponse) GetAsks() []*MarketDepthItem
func (*GetMarketDepthResponse) GetBids ¶ added in v1.5.0
func (x *GetMarketDepthResponse) GetBids() []*MarketDepthItem
func (*GetMarketDepthResponse) GetMarket ¶ added in v1.5.0
func (x *GetMarketDepthResponse) GetMarket() string
func (*GetMarketDepthResponse) GetMarketAddress ¶ added in v1.5.0
func (x *GetMarketDepthResponse) GetMarketAddress() string
func (*GetMarketDepthResponse) ProtoMessage ¶ added in v1.5.0
func (*GetMarketDepthResponse) ProtoMessage()
func (*GetMarketDepthResponse) ProtoReflect ¶ added in v1.5.0
func (x *GetMarketDepthResponse) ProtoReflect() protoreflect.Message
func (*GetMarketDepthResponse) Reset ¶ added in v1.5.0
func (x *GetMarketDepthResponse) Reset()
func (*GetMarketDepthResponse) String ¶ added in v1.5.0
func (x *GetMarketDepthResponse) String() string
type GetMarketDepthResponseV2 ¶ added in v1.8.0
type GetMarketDepthResponseV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` Bids []*MarketDepthItemV2 `protobuf:"bytes,3,rep,name=bids,proto3" json:"bids,omitempty"` Asks []*MarketDepthItemV2 `protobuf:"bytes,4,rep,name=asks,proto3" json:"asks,omitempty"` // contains filtered or unexported fields }
func (*GetMarketDepthResponseV2) Descriptor
deprecated
added in
v1.8.0
func (*GetMarketDepthResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDepthResponseV2.ProtoReflect.Descriptor instead.
func (*GetMarketDepthResponseV2) GetAsks ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) GetAsks() []*MarketDepthItemV2
func (*GetMarketDepthResponseV2) GetBids ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) GetBids() []*MarketDepthItemV2
func (*GetMarketDepthResponseV2) GetMarket ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) GetMarket() string
func (*GetMarketDepthResponseV2) GetMarketAddress ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) GetMarketAddress() string
func (*GetMarketDepthResponseV2) ProtoMessage ¶ added in v1.8.0
func (*GetMarketDepthResponseV2) ProtoMessage()
func (*GetMarketDepthResponseV2) ProtoReflect ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) ProtoReflect() protoreflect.Message
func (*GetMarketDepthResponseV2) Reset ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) Reset()
func (*GetMarketDepthResponseV2) String ¶ added in v1.8.0
func (x *GetMarketDepthResponseV2) String() string
type GetMarketDepthsRequest ¶ added in v1.5.0
type GetMarketDepthsRequest struct { Markets []string `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetMarketDepthsRequest) Descriptor
deprecated
added in
v1.5.0
func (*GetMarketDepthsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDepthsRequest.ProtoReflect.Descriptor instead.
func (*GetMarketDepthsRequest) GetLimit ¶ added in v1.5.0
func (x *GetMarketDepthsRequest) GetLimit() uint32
func (*GetMarketDepthsRequest) GetMarkets ¶ added in v1.5.0
func (x *GetMarketDepthsRequest) GetMarkets() []string
func (*GetMarketDepthsRequest) GetProject ¶ added in v1.5.0
func (x *GetMarketDepthsRequest) GetProject() Project
func (*GetMarketDepthsRequest) ProtoMessage ¶ added in v1.5.0
func (*GetMarketDepthsRequest) ProtoMessage()
func (*GetMarketDepthsRequest) ProtoReflect ¶ added in v1.5.0
func (x *GetMarketDepthsRequest) ProtoReflect() protoreflect.Message
func (*GetMarketDepthsRequest) Reset ¶ added in v1.5.0
func (x *GetMarketDepthsRequest) Reset()
func (*GetMarketDepthsRequest) String ¶ added in v1.5.0
func (x *GetMarketDepthsRequest) String() string
type GetMarketDepthsStreamResponse ¶ added in v1.5.0
type GetMarketDepthsStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Data *GetMarketDepthResponse `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetMarketDepthsStreamResponse) Descriptor
deprecated
added in
v1.5.0
func (*GetMarketDepthsStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDepthsStreamResponse.ProtoReflect.Descriptor instead.
func (*GetMarketDepthsStreamResponse) GetData ¶ added in v1.5.0
func (x *GetMarketDepthsStreamResponse) GetData() *GetMarketDepthResponse
func (*GetMarketDepthsStreamResponse) GetSlot ¶ added in v1.5.0
func (x *GetMarketDepthsStreamResponse) GetSlot() int64
func (*GetMarketDepthsStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetMarketDepthsStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetMarketDepthsStreamResponse) ProtoMessage ¶ added in v1.5.0
func (*GetMarketDepthsStreamResponse) ProtoMessage()
func (*GetMarketDepthsStreamResponse) ProtoReflect ¶ added in v1.5.0
func (x *GetMarketDepthsStreamResponse) ProtoReflect() protoreflect.Message
func (*GetMarketDepthsStreamResponse) Reset ¶ added in v1.5.0
func (x *GetMarketDepthsStreamResponse) Reset()
func (*GetMarketDepthsStreamResponse) String ¶ added in v1.5.0
func (x *GetMarketDepthsStreamResponse) String() string
type GetMarketsRequest ¶
type GetMarketsRequest struct {
// contains filtered or unexported fields
}
func (*GetMarketsRequest) Descriptor
deprecated
func (*GetMarketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsRequest.ProtoReflect.Descriptor instead.
func (*GetMarketsRequest) ProtoMessage ¶
func (*GetMarketsRequest) ProtoMessage()
func (*GetMarketsRequest) ProtoReflect ¶
func (x *GetMarketsRequest) ProtoReflect() protoreflect.Message
func (*GetMarketsRequest) Reset ¶
func (x *GetMarketsRequest) Reset()
func (*GetMarketsRequest) String ¶
func (x *GetMarketsRequest) String() string
type GetMarketsRequestV2 ¶ added in v1.8.0
type GetMarketsRequestV2 struct {
// contains filtered or unexported fields
}
Openbook V2 Messages
func (*GetMarketsRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*GetMarketsRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsRequestV2.ProtoReflect.Descriptor instead.
func (*GetMarketsRequestV2) ProtoMessage ¶ added in v1.8.0
func (*GetMarketsRequestV2) ProtoMessage()
func (*GetMarketsRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *GetMarketsRequestV2) ProtoReflect() protoreflect.Message
func (*GetMarketsRequestV2) Reset ¶ added in v1.8.0
func (x *GetMarketsRequestV2) Reset()
func (*GetMarketsRequestV2) String ¶ added in v1.8.0
func (x *GetMarketsRequestV2) String() string
type GetMarketsResponse ¶
type GetMarketsResponse struct { Markets map[string]*Market `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetMarketsResponse) Descriptor
deprecated
func (*GetMarketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsResponse.ProtoReflect.Descriptor instead.
func (*GetMarketsResponse) GetMarkets ¶
func (x *GetMarketsResponse) GetMarkets() map[string]*Market
func (*GetMarketsResponse) ProtoMessage ¶
func (*GetMarketsResponse) ProtoMessage()
func (*GetMarketsResponse) ProtoReflect ¶
func (x *GetMarketsResponse) ProtoReflect() protoreflect.Message
func (*GetMarketsResponse) Reset ¶
func (x *GetMarketsResponse) Reset()
func (*GetMarketsResponse) String ¶
func (x *GetMarketsResponse) String() string
type GetMarketsResponseV2 ¶ added in v1.8.0
type GetMarketsResponseV2 struct { Markets map[string]*MarketV2 `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetMarketsResponseV2) Descriptor
deprecated
added in
v1.8.0
func (*GetMarketsResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsResponseV2.ProtoReflect.Descriptor instead.
func (*GetMarketsResponseV2) GetMarkets ¶ added in v1.8.0
func (x *GetMarketsResponseV2) GetMarkets() map[string]*MarketV2
func (*GetMarketsResponseV2) ProtoMessage ¶ added in v1.8.0
func (*GetMarketsResponseV2) ProtoMessage()
func (*GetMarketsResponseV2) ProtoReflect ¶ added in v1.8.0
func (x *GetMarketsResponseV2) ProtoReflect() protoreflect.Message
func (*GetMarketsResponseV2) Reset ¶ added in v1.8.0
func (x *GetMarketsResponseV2) Reset()
func (*GetMarketsResponseV2) String ¶ added in v1.8.0
func (x *GetMarketsResponseV2) String() string
type GetNewRaydiumPoolsRequest ¶ added in v1.9.0
type GetNewRaydiumPoolsRequest struct { IncludeCPMM *bool `protobuf:"varint,1,opt,name=includeCPMM,proto3,oneof" json:"includeCPMM,omitempty"` // contains filtered or unexported fields }
func (*GetNewRaydiumPoolsRequest) Descriptor
deprecated
added in
v1.9.0
func (*GetNewRaydiumPoolsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNewRaydiumPoolsRequest.ProtoReflect.Descriptor instead.
func (*GetNewRaydiumPoolsRequest) GetIncludeCPMM ¶ added in v1.9.1
func (x *GetNewRaydiumPoolsRequest) GetIncludeCPMM() bool
func (*GetNewRaydiumPoolsRequest) ProtoMessage ¶ added in v1.9.0
func (*GetNewRaydiumPoolsRequest) ProtoMessage()
func (*GetNewRaydiumPoolsRequest) ProtoReflect ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsRequest) ProtoReflect() protoreflect.Message
func (*GetNewRaydiumPoolsRequest) Reset ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsRequest) Reset()
func (*GetNewRaydiumPoolsRequest) String ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsRequest) String() string
type GetNewRaydiumPoolsResponse ¶ added in v1.9.0
type GetNewRaydiumPoolsResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Pool *ProjectPool `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetNewRaydiumPoolsResponse) Descriptor
deprecated
added in
v1.9.0
func (*GetNewRaydiumPoolsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNewRaydiumPoolsResponse.ProtoReflect.Descriptor instead.
func (*GetNewRaydiumPoolsResponse) GetPool ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsResponse) GetPool() *ProjectPool
func (*GetNewRaydiumPoolsResponse) GetSlot ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsResponse) GetSlot() int64
func (*GetNewRaydiumPoolsResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetNewRaydiumPoolsResponse) GetTimestamp() *timestamp.Timestamp
func (*GetNewRaydiumPoolsResponse) ProtoMessage ¶ added in v1.9.0
func (*GetNewRaydiumPoolsResponse) ProtoMessage()
func (*GetNewRaydiumPoolsResponse) ProtoReflect ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsResponse) ProtoReflect() protoreflect.Message
func (*GetNewRaydiumPoolsResponse) Reset ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsResponse) Reset()
func (*GetNewRaydiumPoolsResponse) String ¶ added in v1.9.0
func (x *GetNewRaydiumPoolsResponse) String() string
type GetOpenOrdersRequest ¶
type GetOpenOrdersRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` OpenOrdersAddress string `protobuf:"bytes,4,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` Project Project `protobuf:"varint,5,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetOpenOrdersRequest) Descriptor
deprecated
func (*GetOpenOrdersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOpenOrdersRequest.ProtoReflect.Descriptor instead.
func (*GetOpenOrdersRequest) GetAddress ¶
func (x *GetOpenOrdersRequest) GetAddress() string
func (*GetOpenOrdersRequest) GetLimit ¶
func (x *GetOpenOrdersRequest) GetLimit() uint32
func (*GetOpenOrdersRequest) GetMarket ¶
func (x *GetOpenOrdersRequest) GetMarket() string
func (*GetOpenOrdersRequest) GetOpenOrdersAddress ¶
func (x *GetOpenOrdersRequest) GetOpenOrdersAddress() string
func (*GetOpenOrdersRequest) GetProject ¶ added in v1.3.0
func (x *GetOpenOrdersRequest) GetProject() Project
func (*GetOpenOrdersRequest) ProtoMessage ¶
func (*GetOpenOrdersRequest) ProtoMessage()
func (*GetOpenOrdersRequest) ProtoReflect ¶
func (x *GetOpenOrdersRequest) ProtoReflect() protoreflect.Message
func (*GetOpenOrdersRequest) Reset ¶
func (x *GetOpenOrdersRequest) Reset()
func (*GetOpenOrdersRequest) String ¶
func (x *GetOpenOrdersRequest) String() string
type GetOpenOrdersRequestV2 ¶ added in v1.8.0
type GetOpenOrdersRequestV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` OpenOrdersAddress string `protobuf:"bytes,4,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` OrderID string `protobuf:"bytes,5,opt,name=orderID,proto3" json:"orderID,omitempty"` ClientOrderID uint64 `protobuf:"varint,6,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` // contains filtered or unexported fields }
func (*GetOpenOrdersRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*GetOpenOrdersRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetOpenOrdersRequestV2.ProtoReflect.Descriptor instead.
func (*GetOpenOrdersRequestV2) GetAddress ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) GetAddress() string
func (*GetOpenOrdersRequestV2) GetClientOrderID ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) GetClientOrderID() uint64
func (*GetOpenOrdersRequestV2) GetLimit ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) GetLimit() uint32
func (*GetOpenOrdersRequestV2) GetMarket ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) GetMarket() string
func (*GetOpenOrdersRequestV2) GetOpenOrdersAddress ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) GetOpenOrdersAddress() string
func (*GetOpenOrdersRequestV2) GetOrderID ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) GetOrderID() string
func (*GetOpenOrdersRequestV2) ProtoMessage ¶ added in v1.8.0
func (*GetOpenOrdersRequestV2) ProtoMessage()
func (*GetOpenOrdersRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) ProtoReflect() protoreflect.Message
func (*GetOpenOrdersRequestV2) Reset ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) Reset()
func (*GetOpenOrdersRequestV2) String ¶ added in v1.8.0
func (x *GetOpenOrdersRequestV2) String() string
type GetOpenOrdersResponse ¶
type GetOpenOrdersResponse struct { Orders []*Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*GetOpenOrdersResponse) Descriptor
deprecated
func (*GetOpenOrdersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOpenOrdersResponse.ProtoReflect.Descriptor instead.
func (*GetOpenOrdersResponse) GetOrders ¶
func (x *GetOpenOrdersResponse) GetOrders() []*Order
func (*GetOpenOrdersResponse) ProtoMessage ¶
func (*GetOpenOrdersResponse) ProtoMessage()
func (*GetOpenOrdersResponse) ProtoReflect ¶
func (x *GetOpenOrdersResponse) ProtoReflect() protoreflect.Message
func (*GetOpenOrdersResponse) Reset ¶
func (x *GetOpenOrdersResponse) Reset()
func (*GetOpenOrdersResponse) String ¶
func (x *GetOpenOrdersResponse) String() string
type GetOpenOrdersResponseV2 ¶ added in v1.9.0
type GetOpenOrdersResponseV2 struct { Orders []*OrderV2 `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*GetOpenOrdersResponseV2) Descriptor
deprecated
added in
v1.9.0
func (*GetOpenOrdersResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use GetOpenOrdersResponseV2.ProtoReflect.Descriptor instead.
func (*GetOpenOrdersResponseV2) GetOrders ¶ added in v1.9.0
func (x *GetOpenOrdersResponseV2) GetOrders() []*OrderV2
func (*GetOpenOrdersResponseV2) ProtoMessage ¶ added in v1.9.0
func (*GetOpenOrdersResponseV2) ProtoMessage()
func (*GetOpenOrdersResponseV2) ProtoReflect ¶ added in v1.9.0
func (x *GetOpenOrdersResponseV2) ProtoReflect() protoreflect.Message
func (*GetOpenOrdersResponseV2) Reset ¶ added in v1.9.0
func (x *GetOpenOrdersResponseV2) Reset()
func (*GetOpenOrdersResponseV2) String ¶ added in v1.9.0
func (x *GetOpenOrdersResponseV2) String() string
type GetOrderByIDRequest ¶
type GetOrderByIDRequest struct { OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetOrderByIDRequest) Descriptor
deprecated
func (*GetOrderByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderByIDRequest.ProtoReflect.Descriptor instead.
func (*GetOrderByIDRequest) GetMarket ¶
func (x *GetOrderByIDRequest) GetMarket() string
func (*GetOrderByIDRequest) GetOrderID ¶
func (x *GetOrderByIDRequest) GetOrderID() string
func (*GetOrderByIDRequest) GetProject ¶ added in v1.3.0
func (x *GetOrderByIDRequest) GetProject() Project
func (*GetOrderByIDRequest) ProtoMessage ¶
func (*GetOrderByIDRequest) ProtoMessage()
func (*GetOrderByIDRequest) ProtoReflect ¶
func (x *GetOrderByIDRequest) ProtoReflect() protoreflect.Message
func (*GetOrderByIDRequest) Reset ¶
func (x *GetOrderByIDRequest) Reset()
func (*GetOrderByIDRequest) String ¶
func (x *GetOrderByIDRequest) String() string
type GetOrderByIDResponse ¶
type GetOrderByIDResponse struct { Order *Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*GetOrderByIDResponse) Descriptor
deprecated
func (*GetOrderByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderByIDResponse.ProtoReflect.Descriptor instead.
func (*GetOrderByIDResponse) GetOrder ¶
func (x *GetOrderByIDResponse) GetOrder() *Order
func (*GetOrderByIDResponse) ProtoMessage ¶
func (*GetOrderByIDResponse) ProtoMessage()
func (*GetOrderByIDResponse) ProtoReflect ¶
func (x *GetOrderByIDResponse) ProtoReflect() protoreflect.Message
func (*GetOrderByIDResponse) Reset ¶
func (x *GetOrderByIDResponse) Reset()
func (*GetOrderByIDResponse) String ¶
func (x *GetOrderByIDResponse) String() string
type GetOrderStatusResponse ¶
type GetOrderStatusResponse struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` OpenOrderAddress string `protobuf:"bytes,2,opt,name=openOrderAddress,proto3" json:"openOrderAddress,omitempty"` OrderID string `protobuf:"bytes,3,opt,name=orderID,proto3" json:"orderID,omitempty"` ClientOrderID uint64 `protobuf:"varint,4,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` QuantityReleased float32 `protobuf:"fixed32,5,opt,name=quantityReleased,proto3" json:"quantityReleased,omitempty"` QuantityRemaining float32 `protobuf:"fixed32,6,opt,name=quantityRemaining,proto3" json:"quantityRemaining,omitempty"` FillPrice float32 `protobuf:"fixed32,7,opt,name=fillPrice,proto3" json:"fillPrice,omitempty"` Side Side `protobuf:"varint,8,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` OrderStatus OrderStatus `protobuf:"varint,9,opt,name=orderStatus,proto3,enum=api.OrderStatus" json:"orderStatus,omitempty"` OrderPrice float32 `protobuf:"fixed32,10,opt,name=orderPrice,proto3" json:"orderPrice,omitempty"` // contains filtered or unexported fields }
func (*GetOrderStatusResponse) Descriptor
deprecated
func (*GetOrderStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderStatusResponse.ProtoReflect.Descriptor instead.
func (*GetOrderStatusResponse) GetClientOrderID ¶
func (x *GetOrderStatusResponse) GetClientOrderID() uint64
func (*GetOrderStatusResponse) GetFillPrice ¶
func (x *GetOrderStatusResponse) GetFillPrice() float32
func (*GetOrderStatusResponse) GetMarket ¶
func (x *GetOrderStatusResponse) GetMarket() string
func (*GetOrderStatusResponse) GetOpenOrderAddress ¶
func (x *GetOrderStatusResponse) GetOpenOrderAddress() string
func (*GetOrderStatusResponse) GetOrderID ¶
func (x *GetOrderStatusResponse) GetOrderID() string
func (*GetOrderStatusResponse) GetOrderPrice ¶
func (x *GetOrderStatusResponse) GetOrderPrice() float32
func (*GetOrderStatusResponse) GetOrderStatus ¶
func (x *GetOrderStatusResponse) GetOrderStatus() OrderStatus
func (*GetOrderStatusResponse) GetQuantityReleased ¶
func (x *GetOrderStatusResponse) GetQuantityReleased() float32
func (*GetOrderStatusResponse) GetQuantityRemaining ¶
func (x *GetOrderStatusResponse) GetQuantityRemaining() float32
func (*GetOrderStatusResponse) GetSide ¶
func (x *GetOrderStatusResponse) GetSide() Side
func (*GetOrderStatusResponse) ProtoMessage ¶
func (*GetOrderStatusResponse) ProtoMessage()
func (*GetOrderStatusResponse) ProtoReflect ¶
func (x *GetOrderStatusResponse) ProtoReflect() protoreflect.Message
func (*GetOrderStatusResponse) Reset ¶
func (x *GetOrderStatusResponse) Reset()
func (*GetOrderStatusResponse) String ¶
func (x *GetOrderStatusResponse) String() string
type GetOrderStatusStreamRequest ¶
type GetOrderStatusStreamRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetOrderStatusStreamRequest) Descriptor
deprecated
func (*GetOrderStatusStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderStatusStreamRequest.ProtoReflect.Descriptor instead.
func (*GetOrderStatusStreamRequest) GetMarket ¶
func (x *GetOrderStatusStreamRequest) GetMarket() string
func (*GetOrderStatusStreamRequest) GetOwnerAddress ¶
func (x *GetOrderStatusStreamRequest) GetOwnerAddress() string
func (*GetOrderStatusStreamRequest) GetProject ¶ added in v1.3.0
func (x *GetOrderStatusStreamRequest) GetProject() Project
func (*GetOrderStatusStreamRequest) ProtoMessage ¶
func (*GetOrderStatusStreamRequest) ProtoMessage()
func (*GetOrderStatusStreamRequest) ProtoReflect ¶
func (x *GetOrderStatusStreamRequest) ProtoReflect() protoreflect.Message
func (*GetOrderStatusStreamRequest) Reset ¶
func (x *GetOrderStatusStreamRequest) Reset()
func (*GetOrderStatusStreamRequest) String ¶
func (x *GetOrderStatusStreamRequest) String() string
type GetOrderStatusStreamResponse ¶
type GetOrderStatusStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` OrderInfo *GetOrderStatusResponse `protobuf:"bytes,2,opt,name=orderInfo,proto3" json:"orderInfo,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetOrderStatusStreamResponse) Descriptor
deprecated
func (*GetOrderStatusStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderStatusStreamResponse.ProtoReflect.Descriptor instead.
func (*GetOrderStatusStreamResponse) GetOrderInfo ¶
func (x *GetOrderStatusStreamResponse) GetOrderInfo() *GetOrderStatusResponse
func (*GetOrderStatusStreamResponse) GetSlot ¶
func (x *GetOrderStatusStreamResponse) GetSlot() int64
func (*GetOrderStatusStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetOrderStatusStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetOrderStatusStreamResponse) ProtoMessage ¶
func (*GetOrderStatusStreamResponse) ProtoMessage()
func (*GetOrderStatusStreamResponse) ProtoReflect ¶
func (x *GetOrderStatusStreamResponse) ProtoReflect() protoreflect.Message
func (*GetOrderStatusStreamResponse) Reset ¶
func (x *GetOrderStatusStreamResponse) Reset()
func (*GetOrderStatusStreamResponse) String ¶
func (x *GetOrderStatusStreamResponse) String() string
type GetOrderbookRequest ¶
type GetOrderbookRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetOrderbookRequest) Descriptor
deprecated
func (*GetOrderbookRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderbookRequest.ProtoReflect.Descriptor instead.
func (*GetOrderbookRequest) GetLimit ¶
func (x *GetOrderbookRequest) GetLimit() uint32
func (*GetOrderbookRequest) GetMarket ¶
func (x *GetOrderbookRequest) GetMarket() string
func (*GetOrderbookRequest) GetProject ¶ added in v1.3.0
func (x *GetOrderbookRequest) GetProject() Project
func (*GetOrderbookRequest) ProtoMessage ¶
func (*GetOrderbookRequest) ProtoMessage()
func (*GetOrderbookRequest) ProtoReflect ¶
func (x *GetOrderbookRequest) ProtoReflect() protoreflect.Message
func (*GetOrderbookRequest) Reset ¶
func (x *GetOrderbookRequest) Reset()
func (*GetOrderbookRequest) String ¶
func (x *GetOrderbookRequest) String() string
type GetOrderbookRequestV2 ¶ added in v1.8.0
type GetOrderbookRequestV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetOrderbookRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*GetOrderbookRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderbookRequestV2.ProtoReflect.Descriptor instead.
func (*GetOrderbookRequestV2) GetLimit ¶ added in v1.8.0
func (x *GetOrderbookRequestV2) GetLimit() uint32
func (*GetOrderbookRequestV2) GetMarket ¶ added in v1.8.0
func (x *GetOrderbookRequestV2) GetMarket() string
func (*GetOrderbookRequestV2) ProtoMessage ¶ added in v1.8.0
func (*GetOrderbookRequestV2) ProtoMessage()
func (*GetOrderbookRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *GetOrderbookRequestV2) ProtoReflect() protoreflect.Message
func (*GetOrderbookRequestV2) Reset ¶ added in v1.8.0
func (x *GetOrderbookRequestV2) Reset()
func (*GetOrderbookRequestV2) String ¶ added in v1.8.0
func (x *GetOrderbookRequestV2) String() string
type GetOrderbookResponse ¶
type GetOrderbookResponse struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` Bids []*OrderbookItem `protobuf:"bytes,3,rep,name=bids,proto3" json:"bids,omitempty"` Asks []*OrderbookItem `protobuf:"bytes,4,rep,name=asks,proto3" json:"asks,omitempty"` // contains filtered or unexported fields }
func (*GetOrderbookResponse) Descriptor
deprecated
func (*GetOrderbookResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderbookResponse.ProtoReflect.Descriptor instead.
func (*GetOrderbookResponse) GetAsks ¶
func (x *GetOrderbookResponse) GetAsks() []*OrderbookItem
func (*GetOrderbookResponse) GetBids ¶
func (x *GetOrderbookResponse) GetBids() []*OrderbookItem
func (*GetOrderbookResponse) GetMarket ¶
func (x *GetOrderbookResponse) GetMarket() string
func (*GetOrderbookResponse) GetMarketAddress ¶
func (x *GetOrderbookResponse) GetMarketAddress() string
func (*GetOrderbookResponse) ProtoMessage ¶
func (*GetOrderbookResponse) ProtoMessage()
func (*GetOrderbookResponse) ProtoReflect ¶
func (x *GetOrderbookResponse) ProtoReflect() protoreflect.Message
func (*GetOrderbookResponse) Reset ¶
func (x *GetOrderbookResponse) Reset()
func (*GetOrderbookResponse) String ¶
func (x *GetOrderbookResponse) String() string
type GetOrderbookResponseV2 ¶ added in v1.8.0
type GetOrderbookResponseV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` Bids []*OrderbookItemV2 `protobuf:"bytes,3,rep,name=bids,proto3" json:"bids,omitempty"` Asks []*OrderbookItemV2 `protobuf:"bytes,4,rep,name=asks,proto3" json:"asks,omitempty"` // contains filtered or unexported fields }
func (*GetOrderbookResponseV2) Descriptor
deprecated
added in
v1.8.0
func (*GetOrderbookResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderbookResponseV2.ProtoReflect.Descriptor instead.
func (*GetOrderbookResponseV2) GetAsks ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) GetAsks() []*OrderbookItemV2
func (*GetOrderbookResponseV2) GetBids ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) GetBids() []*OrderbookItemV2
func (*GetOrderbookResponseV2) GetMarket ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) GetMarket() string
func (*GetOrderbookResponseV2) GetMarketAddress ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) GetMarketAddress() string
func (*GetOrderbookResponseV2) ProtoMessage ¶ added in v1.8.0
func (*GetOrderbookResponseV2) ProtoMessage()
func (*GetOrderbookResponseV2) ProtoReflect ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) ProtoReflect() protoreflect.Message
func (*GetOrderbookResponseV2) Reset ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) Reset()
func (*GetOrderbookResponseV2) String ¶ added in v1.8.0
func (x *GetOrderbookResponseV2) String() string
type GetOrderbooksRequest ¶
type GetOrderbooksRequest struct { Markets []string `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetOrderbooksRequest) Descriptor
deprecated
func (*GetOrderbooksRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderbooksRequest.ProtoReflect.Descriptor instead.
func (*GetOrderbooksRequest) GetLimit ¶
func (x *GetOrderbooksRequest) GetLimit() uint32
func (*GetOrderbooksRequest) GetMarkets ¶
func (x *GetOrderbooksRequest) GetMarkets() []string
func (*GetOrderbooksRequest) GetProject ¶ added in v1.3.0
func (x *GetOrderbooksRequest) GetProject() Project
func (*GetOrderbooksRequest) ProtoMessage ¶
func (*GetOrderbooksRequest) ProtoMessage()
func (*GetOrderbooksRequest) ProtoReflect ¶
func (x *GetOrderbooksRequest) ProtoReflect() protoreflect.Message
func (*GetOrderbooksRequest) Reset ¶
func (x *GetOrderbooksRequest) Reset()
func (*GetOrderbooksRequest) String ¶
func (x *GetOrderbooksRequest) String() string
type GetOrderbooksStreamResponse ¶
type GetOrderbooksStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Orderbook *GetOrderbookResponse `protobuf:"bytes,2,opt,name=orderbook,proto3" json:"orderbook,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetOrderbooksStreamResponse) Descriptor
deprecated
func (*GetOrderbooksStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderbooksStreamResponse.ProtoReflect.Descriptor instead.
func (*GetOrderbooksStreamResponse) GetOrderbook ¶
func (x *GetOrderbooksStreamResponse) GetOrderbook() *GetOrderbookResponse
func (*GetOrderbooksStreamResponse) GetSlot ¶
func (x *GetOrderbooksStreamResponse) GetSlot() int64
func (*GetOrderbooksStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetOrderbooksStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetOrderbooksStreamResponse) ProtoMessage ¶
func (*GetOrderbooksStreamResponse) ProtoMessage()
func (*GetOrderbooksStreamResponse) ProtoReflect ¶
func (x *GetOrderbooksStreamResponse) ProtoReflect() protoreflect.Message
func (*GetOrderbooksStreamResponse) Reset ¶
func (x *GetOrderbooksStreamResponse) Reset()
func (*GetOrderbooksStreamResponse) String ¶
func (x *GetOrderbooksStreamResponse) String() string
type GetOrdersRequest ¶
type GetOrdersRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Status OrderStatus `protobuf:"varint,2,opt,name=status,proto3,enum=api.OrderStatus" json:"status,omitempty"` Side Side `protobuf:"varint,3,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` Types []common.OrderType `protobuf:"varint,4,rep,packed,name=types,proto3,enum=common.OrderType" json:"types,omitempty"` From *timestamp.Timestamp `protobuf:"bytes,5,opt,name=from,proto3" json:"from,omitempty"` Limit uint32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` Direction Direction `protobuf:"varint,7,opt,name=direction,proto3,enum=api.Direction" json:"direction,omitempty"` Address string `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"` OpenOrdersAddress string `protobuf:"bytes,9,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` Project Project `protobuf:"varint,10,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetOrdersRequest) Descriptor
deprecated
func (*GetOrdersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersRequest.ProtoReflect.Descriptor instead.
func (*GetOrdersRequest) GetAddress ¶
func (x *GetOrdersRequest) GetAddress() string
func (*GetOrdersRequest) GetDirection ¶
func (x *GetOrdersRequest) GetDirection() Direction
func (*GetOrdersRequest) GetFrom ¶
func (x *GetOrdersRequest) GetFrom() *timestamp.Timestamp
func (*GetOrdersRequest) GetLimit ¶
func (x *GetOrdersRequest) GetLimit() uint32
func (*GetOrdersRequest) GetMarket ¶
func (x *GetOrdersRequest) GetMarket() string
func (*GetOrdersRequest) GetOpenOrdersAddress ¶
func (x *GetOrdersRequest) GetOpenOrdersAddress() string
func (*GetOrdersRequest) GetProject ¶ added in v1.3.0
func (x *GetOrdersRequest) GetProject() Project
func (*GetOrdersRequest) GetSide ¶
func (x *GetOrdersRequest) GetSide() Side
func (*GetOrdersRequest) GetStatus ¶
func (x *GetOrdersRequest) GetStatus() OrderStatus
func (*GetOrdersRequest) GetTypes ¶
func (x *GetOrdersRequest) GetTypes() []common.OrderType
func (*GetOrdersRequest) ProtoMessage ¶
func (*GetOrdersRequest) ProtoMessage()
func (*GetOrdersRequest) ProtoReflect ¶
func (x *GetOrdersRequest) ProtoReflect() protoreflect.Message
func (*GetOrdersRequest) Reset ¶
func (x *GetOrdersRequest) Reset()
func (*GetOrdersRequest) String ¶
func (x *GetOrdersRequest) String() string
type GetOrdersResponse ¶
type GetOrdersResponse struct { Orders []*Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*GetOrdersResponse) Descriptor
deprecated
func (*GetOrdersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersResponse.ProtoReflect.Descriptor instead.
func (*GetOrdersResponse) GetOrders ¶
func (x *GetOrdersResponse) GetOrders() []*Order
func (*GetOrdersResponse) ProtoMessage ¶
func (*GetOrdersResponse) ProtoMessage()
func (*GetOrdersResponse) ProtoReflect ¶
func (x *GetOrdersResponse) ProtoReflect() protoreflect.Message
func (*GetOrdersResponse) Reset ¶
func (x *GetOrdersResponse) Reset()
func (*GetOrdersResponse) String ¶
func (x *GetOrdersResponse) String() string
type GetPoolReservesStreamRequest ¶
type GetPoolReservesStreamRequest struct { Projects []Project `protobuf:"varint,1,rep,packed,name=projects,proto3,enum=api.Project" json:"projects,omitempty"` Pools []string `protobuf:"bytes,2,rep,name=pools,proto3" json:"pools,omitempty"` // contains filtered or unexported fields }
func (*GetPoolReservesStreamRequest) Descriptor
deprecated
func (*GetPoolReservesStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPoolReservesStreamRequest.ProtoReflect.Descriptor instead.
func (*GetPoolReservesStreamRequest) GetPools ¶ added in v1.9.1
func (x *GetPoolReservesStreamRequest) GetPools() []string
func (*GetPoolReservesStreamRequest) GetProjects ¶
func (x *GetPoolReservesStreamRequest) GetProjects() []Project
func (*GetPoolReservesStreamRequest) ProtoMessage ¶
func (*GetPoolReservesStreamRequest) ProtoMessage()
func (*GetPoolReservesStreamRequest) ProtoReflect ¶
func (x *GetPoolReservesStreamRequest) ProtoReflect() protoreflect.Message
func (*GetPoolReservesStreamRequest) Reset ¶
func (x *GetPoolReservesStreamRequest) Reset()
func (*GetPoolReservesStreamRequest) String ¶
func (x *GetPoolReservesStreamRequest) String() string
type GetPoolReservesStreamResponse ¶
type GetPoolReservesStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Reserves *PoolReserves `protobuf:"bytes,2,opt,name=reserves,proto3" json:"reserves,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetPoolReservesStreamResponse) Descriptor
deprecated
func (*GetPoolReservesStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPoolReservesStreamResponse.ProtoReflect.Descriptor instead.
func (*GetPoolReservesStreamResponse) GetReserves ¶
func (x *GetPoolReservesStreamResponse) GetReserves() *PoolReserves
func (*GetPoolReservesStreamResponse) GetSlot ¶
func (x *GetPoolReservesStreamResponse) GetSlot() int64
func (*GetPoolReservesStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetPoolReservesStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetPoolReservesStreamResponse) ProtoMessage ¶
func (*GetPoolReservesStreamResponse) ProtoMessage()
func (*GetPoolReservesStreamResponse) ProtoReflect ¶
func (x *GetPoolReservesStreamResponse) ProtoReflect() protoreflect.Message
func (*GetPoolReservesStreamResponse) Reset ¶
func (x *GetPoolReservesStreamResponse) Reset()
func (*GetPoolReservesStreamResponse) String ¶
func (x *GetPoolReservesStreamResponse) String() string
type GetPoolsRequest ¶
type GetPoolsRequest struct { Projects []Project `protobuf:"varint,1,rep,packed,name=projects,proto3,enum=api.Project" json:"projects,omitempty"` PairOrAddress string `protobuf:"bytes,2,opt,name=pairOrAddress,proto3" json:"pairOrAddress,omitempty"` // contains filtered or unexported fields }
func (*GetPoolsRequest) Descriptor
deprecated
func (*GetPoolsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPoolsRequest.ProtoReflect.Descriptor instead.
func (*GetPoolsRequest) GetPairOrAddress ¶ added in v1.8.0
func (x *GetPoolsRequest) GetPairOrAddress() string
func (*GetPoolsRequest) GetProjects ¶
func (x *GetPoolsRequest) GetProjects() []Project
func (*GetPoolsRequest) ProtoMessage ¶
func (*GetPoolsRequest) ProtoMessage()
func (*GetPoolsRequest) ProtoReflect ¶
func (x *GetPoolsRequest) ProtoReflect() protoreflect.Message
func (*GetPoolsRequest) Reset ¶
func (x *GetPoolsRequest) Reset()
func (*GetPoolsRequest) String ¶
func (x *GetPoolsRequest) String() string
type GetPoolsResponse ¶
type GetPoolsResponse struct { Projects []*ProjectPools `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` // contains filtered or unexported fields }
func (*GetPoolsResponse) Descriptor
deprecated
func (*GetPoolsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPoolsResponse.ProtoReflect.Descriptor instead.
func (*GetPoolsResponse) GetProjects ¶
func (x *GetPoolsResponse) GetProjects() []*ProjectPools
func (*GetPoolsResponse) ProtoMessage ¶
func (*GetPoolsResponse) ProtoMessage()
func (*GetPoolsResponse) ProtoReflect ¶
func (x *GetPoolsResponse) ProtoReflect() protoreflect.Message
func (*GetPoolsResponse) Reset ¶
func (x *GetPoolsResponse) Reset()
func (*GetPoolsResponse) String ¶
func (x *GetPoolsResponse) String() string
type GetPriceRequest ¶
type GetPriceRequest struct { Tokens []string `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetPriceRequest) Descriptor
deprecated
func (*GetPriceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPriceRequest.ProtoReflect.Descriptor instead.
func (*GetPriceRequest) GetTokens ¶
func (x *GetPriceRequest) GetTokens() []string
func (*GetPriceRequest) ProtoMessage ¶
func (*GetPriceRequest) ProtoMessage()
func (*GetPriceRequest) ProtoReflect ¶
func (x *GetPriceRequest) ProtoReflect() protoreflect.Message
func (*GetPriceRequest) Reset ¶
func (x *GetPriceRequest) Reset()
func (*GetPriceRequest) String ¶
func (x *GetPriceRequest) String() string
type GetPriceResponse ¶
type GetPriceResponse struct { TokenPrices []*TokenPrice `protobuf:"bytes,1,rep,name=tokenPrices,proto3" json:"tokenPrices,omitempty"` // contains filtered or unexported fields }
func (*GetPriceResponse) Descriptor
deprecated
func (*GetPriceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPriceResponse.ProtoReflect.Descriptor instead.
func (*GetPriceResponse) GetTokenPrices ¶
func (x *GetPriceResponse) GetTokenPrices() []*TokenPrice
func (*GetPriceResponse) ProtoMessage ¶
func (*GetPriceResponse) ProtoMessage()
func (*GetPriceResponse) ProtoReflect ¶
func (x *GetPriceResponse) ProtoReflect() protoreflect.Message
func (*GetPriceResponse) Reset ¶
func (x *GetPriceResponse) Reset()
func (*GetPriceResponse) String ¶
func (x *GetPriceResponse) String() string
type GetPricesStreamRequest ¶
type GetPricesStreamRequest struct { Projects []Project `protobuf:"varint,1,rep,packed,name=projects,proto3,enum=api.Project" json:"projects,omitempty"` Tokens []string `protobuf:"bytes,2,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetPricesStreamRequest) Descriptor
deprecated
func (*GetPricesStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPricesStreamRequest.ProtoReflect.Descriptor instead.
func (*GetPricesStreamRequest) GetProjects ¶
func (x *GetPricesStreamRequest) GetProjects() []Project
func (*GetPricesStreamRequest) GetTokens ¶
func (x *GetPricesStreamRequest) GetTokens() []string
func (*GetPricesStreamRequest) ProtoMessage ¶
func (*GetPricesStreamRequest) ProtoMessage()
func (*GetPricesStreamRequest) ProtoReflect ¶
func (x *GetPricesStreamRequest) ProtoReflect() protoreflect.Message
func (*GetPricesStreamRequest) Reset ¶
func (x *GetPricesStreamRequest) Reset()
func (*GetPricesStreamRequest) String ¶
func (x *GetPricesStreamRequest) String() string
type GetPricesStreamResponse ¶
type GetPricesStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Price *TokenPrice `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetPricesStreamResponse) Descriptor
deprecated
func (*GetPricesStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPricesStreamResponse.ProtoReflect.Descriptor instead.
func (*GetPricesStreamResponse) GetPrice ¶
func (x *GetPricesStreamResponse) GetPrice() *TokenPrice
func (*GetPricesStreamResponse) GetSlot ¶
func (x *GetPricesStreamResponse) GetSlot() int64
func (*GetPricesStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetPricesStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetPricesStreamResponse) ProtoMessage ¶
func (*GetPricesStreamResponse) ProtoMessage()
func (*GetPricesStreamResponse) ProtoReflect ¶
func (x *GetPricesStreamResponse) ProtoReflect() protoreflect.Message
func (*GetPricesStreamResponse) Reset ¶
func (x *GetPricesStreamResponse) Reset()
func (*GetPricesStreamResponse) String ¶
func (x *GetPricesStreamResponse) String() string
type GetPriorityFeeRequest ¶ added in v1.9.1
type GetPriorityFeeRequest struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` Percentile *float64 `protobuf:"fixed64,2,opt,name=percentile,proto3,oneof" json:"percentile,omitempty"` // contains filtered or unexported fields }
func (*GetPriorityFeeRequest) Descriptor
deprecated
added in
v1.9.1
func (*GetPriorityFeeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPriorityFeeRequest.ProtoReflect.Descriptor instead.
func (*GetPriorityFeeRequest) GetPercentile ¶ added in v1.9.1
func (x *GetPriorityFeeRequest) GetPercentile() float64
func (*GetPriorityFeeRequest) GetProject ¶ added in v1.9.1
func (x *GetPriorityFeeRequest) GetProject() Project
func (*GetPriorityFeeRequest) ProtoMessage ¶ added in v1.9.1
func (*GetPriorityFeeRequest) ProtoMessage()
func (*GetPriorityFeeRequest) ProtoReflect ¶ added in v1.9.1
func (x *GetPriorityFeeRequest) ProtoReflect() protoreflect.Message
func (*GetPriorityFeeRequest) Reset ¶ added in v1.9.1
func (x *GetPriorityFeeRequest) Reset()
func (*GetPriorityFeeRequest) String ¶ added in v1.9.1
func (x *GetPriorityFeeRequest) String() string
type GetPriorityFeeResponse ¶ added in v1.9.1
type GetPriorityFeeResponse struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` Percentile float64 `protobuf:"fixed64,2,opt,name=percentile,proto3" json:"percentile,omitempty"` FeeAtPercentile uint64 `protobuf:"varint,3,opt,name=feeAtPercentile,proto3" json:"feeAtPercentile,omitempty"` // contains filtered or unexported fields }
func (*GetPriorityFeeResponse) Descriptor
deprecated
added in
v1.9.1
func (*GetPriorityFeeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPriorityFeeResponse.ProtoReflect.Descriptor instead.
func (*GetPriorityFeeResponse) GetFeeAtPercentile ¶ added in v1.9.1
func (x *GetPriorityFeeResponse) GetFeeAtPercentile() uint64
func (*GetPriorityFeeResponse) GetPercentile ¶ added in v1.9.1
func (x *GetPriorityFeeResponse) GetPercentile() float64
func (*GetPriorityFeeResponse) GetProject ¶ added in v1.9.1
func (x *GetPriorityFeeResponse) GetProject() Project
func (*GetPriorityFeeResponse) ProtoMessage ¶ added in v1.9.1
func (*GetPriorityFeeResponse) ProtoMessage()
func (*GetPriorityFeeResponse) ProtoReflect ¶ added in v1.9.1
func (x *GetPriorityFeeResponse) ProtoReflect() protoreflect.Message
func (*GetPriorityFeeResponse) Reset ¶ added in v1.9.1
func (x *GetPriorityFeeResponse) Reset()
func (*GetPriorityFeeResponse) String ¶ added in v1.9.1
func (x *GetPriorityFeeResponse) String() string
type GetPumpFunNewTokensStreamRequest ¶ added in v1.9.2
type GetPumpFunNewTokensStreamRequest struct {
// contains filtered or unexported fields
}
func (*GetPumpFunNewTokensStreamRequest) Descriptor
deprecated
added in
v1.9.2
func (*GetPumpFunNewTokensStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPumpFunNewTokensStreamRequest.ProtoReflect.Descriptor instead.
func (*GetPumpFunNewTokensStreamRequest) ProtoMessage ¶ added in v1.9.2
func (*GetPumpFunNewTokensStreamRequest) ProtoMessage()
func (*GetPumpFunNewTokensStreamRequest) ProtoReflect ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamRequest) ProtoReflect() protoreflect.Message
func (*GetPumpFunNewTokensStreamRequest) Reset ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamRequest) Reset()
func (*GetPumpFunNewTokensStreamRequest) String ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamRequest) String() string
type GetPumpFunNewTokensStreamResponse ¶ added in v1.9.2
type GetPumpFunNewTokensStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` TxnHash string `protobuf:"bytes,2,opt,name=txnHash,proto3" json:"txnHash,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` Uri string `protobuf:"bytes,5,opt,name=uri,proto3" json:"uri,omitempty"` Mint string `protobuf:"bytes,6,opt,name=mint,proto3" json:"mint,omitempty"` BondingCurve string `protobuf:"bytes,7,opt,name=bondingCurve,proto3" json:"bondingCurve,omitempty"` Creator string `protobuf:"bytes,8,opt,name=creator,proto3" json:"creator,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetPumpFunNewTokensStreamResponse) Descriptor
deprecated
added in
v1.9.2
func (*GetPumpFunNewTokensStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPumpFunNewTokensStreamResponse.ProtoReflect.Descriptor instead.
func (*GetPumpFunNewTokensStreamResponse) GetBondingCurve ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetBondingCurve() string
func (*GetPumpFunNewTokensStreamResponse) GetCreator ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetCreator() string
func (*GetPumpFunNewTokensStreamResponse) GetMint ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetMint() string
func (*GetPumpFunNewTokensStreamResponse) GetName ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetName() string
func (*GetPumpFunNewTokensStreamResponse) GetSlot ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetSlot() int64
func (*GetPumpFunNewTokensStreamResponse) GetSymbol ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetSymbol() string
func (*GetPumpFunNewTokensStreamResponse) GetTimestamp ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetPumpFunNewTokensStreamResponse) GetTxnHash ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetTxnHash() string
func (*GetPumpFunNewTokensStreamResponse) GetUri ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) GetUri() string
func (*GetPumpFunNewTokensStreamResponse) ProtoMessage ¶ added in v1.9.2
func (*GetPumpFunNewTokensStreamResponse) ProtoMessage()
func (*GetPumpFunNewTokensStreamResponse) ProtoReflect ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) ProtoReflect() protoreflect.Message
func (*GetPumpFunNewTokensStreamResponse) Reset ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) Reset()
func (*GetPumpFunNewTokensStreamResponse) String ¶ added in v1.9.2
func (x *GetPumpFunNewTokensStreamResponse) String() string
type GetPumpFunQuotesRequest ¶ added in v1.9.2
type GetPumpFunQuotesRequest struct { QuoteType string `protobuf:"bytes,1,opt,name=quoteType,proto3" json:"quoteType,omitempty"` // BUY,SELL MintAddress string `protobuf:"bytes,2,opt,name=mintAddress,proto3" json:"mintAddress,omitempty"` BondingCurveAddress string `protobuf:"bytes,3,opt,name=bondingCurveAddress,proto3" json:"bondingCurveAddress,omitempty"` Amount float64 `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"` Slippage float64 `protobuf:"fixed64,5,opt,name=slippage,proto3" json:"slippage,omitempty"` // contains filtered or unexported fields }
func (*GetPumpFunQuotesRequest) Descriptor
deprecated
added in
v1.9.2
func (*GetPumpFunQuotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPumpFunQuotesRequest.ProtoReflect.Descriptor instead.
func (*GetPumpFunQuotesRequest) GetAmount ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) GetAmount() float64
func (*GetPumpFunQuotesRequest) GetBondingCurveAddress ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) GetBondingCurveAddress() string
func (*GetPumpFunQuotesRequest) GetMintAddress ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) GetMintAddress() string
func (*GetPumpFunQuotesRequest) GetQuoteType ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) GetQuoteType() string
func (*GetPumpFunQuotesRequest) GetSlippage ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) GetSlippage() float64
func (*GetPumpFunQuotesRequest) ProtoMessage ¶ added in v1.9.2
func (*GetPumpFunQuotesRequest) ProtoMessage()
func (*GetPumpFunQuotesRequest) ProtoReflect ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) ProtoReflect() protoreflect.Message
func (*GetPumpFunQuotesRequest) Reset ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) Reset()
func (*GetPumpFunQuotesRequest) String ¶ added in v1.9.2
func (x *GetPumpFunQuotesRequest) String() string
type GetPumpFunQuotesResponse ¶ added in v1.9.2
type GetPumpFunQuotesResponse struct { QuoteType string `protobuf:"bytes,1,opt,name=quoteType,proto3" json:"quoteType,omitempty"` InTokenAddress string `protobuf:"bytes,2,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,3,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutTokenAddress string `protobuf:"bytes,4,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` OutAmount float64 `protobuf:"fixed64,5,opt,name=outAmount,proto3" json:"outAmount,omitempty"` // contains filtered or unexported fields }
func (*GetPumpFunQuotesResponse) Descriptor
deprecated
added in
v1.9.2
func (*GetPumpFunQuotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPumpFunQuotesResponse.ProtoReflect.Descriptor instead.
func (*GetPumpFunQuotesResponse) GetInAmount ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) GetInAmount() float64
func (*GetPumpFunQuotesResponse) GetInTokenAddress ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) GetInTokenAddress() string
func (*GetPumpFunQuotesResponse) GetOutAmount ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) GetOutAmount() float64
func (*GetPumpFunQuotesResponse) GetOutTokenAddress ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) GetOutTokenAddress() string
func (*GetPumpFunQuotesResponse) GetQuoteType ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) GetQuoteType() string
func (*GetPumpFunQuotesResponse) ProtoMessage ¶ added in v1.9.2
func (*GetPumpFunQuotesResponse) ProtoMessage()
func (*GetPumpFunQuotesResponse) ProtoReflect ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) ProtoReflect() protoreflect.Message
func (*GetPumpFunQuotesResponse) Reset ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) Reset()
func (*GetPumpFunQuotesResponse) String ¶ added in v1.9.2
func (x *GetPumpFunQuotesResponse) String() string
type GetPumpFunSwapsStreamRequest ¶ added in v1.9.2
type GetPumpFunSwapsStreamRequest struct { Tokens []string `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetPumpFunSwapsStreamRequest) Descriptor
deprecated
added in
v1.9.2
func (*GetPumpFunSwapsStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPumpFunSwapsStreamRequest.ProtoReflect.Descriptor instead.
func (*GetPumpFunSwapsStreamRequest) GetTokens ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamRequest) GetTokens() []string
func (*GetPumpFunSwapsStreamRequest) ProtoMessage ¶ added in v1.9.2
func (*GetPumpFunSwapsStreamRequest) ProtoMessage()
func (*GetPumpFunSwapsStreamRequest) ProtoReflect ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamRequest) ProtoReflect() protoreflect.Message
func (*GetPumpFunSwapsStreamRequest) Reset ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamRequest) Reset()
func (*GetPumpFunSwapsStreamRequest) String ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamRequest) String() string
type GetPumpFunSwapsStreamResponse ¶ added in v1.9.2
type GetPumpFunSwapsStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` TxnHash string `protobuf:"bytes,2,opt,name=txnHash,proto3" json:"txnHash,omitempty"` MintAddress string `protobuf:"bytes,3,opt,name=mintAddress,proto3" json:"mintAddress,omitempty"` UserAddress string `protobuf:"bytes,4,opt,name=userAddress,proto3" json:"userAddress,omitempty"` UserTokenAccountAddress string `protobuf:"bytes,5,opt,name=userTokenAccountAddress,proto3" json:"userTokenAccountAddress,omitempty"` BondingCurveAddress string `protobuf:"bytes,6,opt,name=bondingCurveAddress,proto3" json:"bondingCurveAddress,omitempty"` TokenVaultAddress string `protobuf:"bytes,7,opt,name=tokenVaultAddress,proto3" json:"tokenVaultAddress,omitempty"` SolAmount uint64 `protobuf:"varint,8,opt,name=solAmount,proto3" json:"solAmount,omitempty"` TokenAmount uint64 `protobuf:"varint,9,opt,name=tokenAmount,proto3" json:"tokenAmount,omitempty"` IsBuy bool `protobuf:"varint,10,opt,name=isBuy,proto3" json:"isBuy,omitempty"` VirtualSolReserves uint64 `protobuf:"varint,11,opt,name=virtualSolReserves,proto3" json:"virtualSolReserves,omitempty"` VirtualTokenReserves uint64 `protobuf:"varint,12,opt,name=virtualTokenReserves,proto3" json:"virtualTokenReserves,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,13,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetPumpFunSwapsStreamResponse) Descriptor
deprecated
added in
v1.9.2
func (*GetPumpFunSwapsStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPumpFunSwapsStreamResponse.ProtoReflect.Descriptor instead.
func (*GetPumpFunSwapsStreamResponse) GetBondingCurveAddress ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetBondingCurveAddress() string
func (*GetPumpFunSwapsStreamResponse) GetIsBuy ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetIsBuy() bool
func (*GetPumpFunSwapsStreamResponse) GetMintAddress ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetMintAddress() string
func (*GetPumpFunSwapsStreamResponse) GetSlot ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetSlot() int64
func (*GetPumpFunSwapsStreamResponse) GetSolAmount ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetSolAmount() uint64
func (*GetPumpFunSwapsStreamResponse) GetTimestamp ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetPumpFunSwapsStreamResponse) GetTokenAmount ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetTokenAmount() uint64
func (*GetPumpFunSwapsStreamResponse) GetTokenVaultAddress ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetTokenVaultAddress() string
func (*GetPumpFunSwapsStreamResponse) GetTxnHash ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetTxnHash() string
func (*GetPumpFunSwapsStreamResponse) GetUserAddress ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetUserAddress() string
func (*GetPumpFunSwapsStreamResponse) GetUserTokenAccountAddress ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetUserTokenAccountAddress() string
func (*GetPumpFunSwapsStreamResponse) GetVirtualSolReserves ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetVirtualSolReserves() uint64
func (*GetPumpFunSwapsStreamResponse) GetVirtualTokenReserves ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) GetVirtualTokenReserves() uint64
func (*GetPumpFunSwapsStreamResponse) ProtoMessage ¶ added in v1.9.2
func (*GetPumpFunSwapsStreamResponse) ProtoMessage()
func (*GetPumpFunSwapsStreamResponse) ProtoReflect ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) ProtoReflect() protoreflect.Message
func (*GetPumpFunSwapsStreamResponse) Reset ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) Reset()
func (*GetPumpFunSwapsStreamResponse) String ¶ added in v1.9.2
func (x *GetPumpFunSwapsStreamResponse) String() string
type GetQuotesRequest ¶
type GetQuotesRequest struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,2,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,3,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,4,opt,name=slippage,proto3" json:"slippage,omitempty"` Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` Projects []Project `protobuf:"varint,6,rep,packed,name=projects,proto3,enum=api.Project" json:"projects,omitempty"` // contains filtered or unexported fields }
func (*GetQuotesRequest) Descriptor
deprecated
func (*GetQuotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetQuotesRequest.ProtoReflect.Descriptor instead.
func (*GetQuotesRequest) GetInAmount ¶
func (x *GetQuotesRequest) GetInAmount() float64
func (*GetQuotesRequest) GetInToken ¶
func (x *GetQuotesRequest) GetInToken() string
func (*GetQuotesRequest) GetLimit ¶
func (x *GetQuotesRequest) GetLimit() int32
func (*GetQuotesRequest) GetOutToken ¶
func (x *GetQuotesRequest) GetOutToken() string
func (*GetQuotesRequest) GetProjects ¶
func (x *GetQuotesRequest) GetProjects() []Project
func (*GetQuotesRequest) GetSlippage ¶
func (x *GetQuotesRequest) GetSlippage() float64
func (*GetQuotesRequest) ProtoMessage ¶
func (*GetQuotesRequest) ProtoMessage()
func (*GetQuotesRequest) ProtoReflect ¶
func (x *GetQuotesRequest) ProtoReflect() protoreflect.Message
func (*GetQuotesRequest) Reset ¶
func (x *GetQuotesRequest) Reset()
func (*GetQuotesRequest) String ¶
func (x *GetQuotesRequest) String() string
type GetQuotesResponse ¶
type GetQuotesResponse struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,2,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,4,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,5,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Quotes []*ProjectQuote `protobuf:"bytes,6,rep,name=quotes,proto3" json:"quotes,omitempty"` // contains filtered or unexported fields }
func (*GetQuotesResponse) Descriptor
deprecated
func (*GetQuotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetQuotesResponse.ProtoReflect.Descriptor instead.
func (*GetQuotesResponse) GetInAmount ¶
func (x *GetQuotesResponse) GetInAmount() float64
func (*GetQuotesResponse) GetInToken ¶
func (x *GetQuotesResponse) GetInToken() string
func (*GetQuotesResponse) GetInTokenAddress ¶
func (x *GetQuotesResponse) GetInTokenAddress() string
func (*GetQuotesResponse) GetOutToken ¶
func (x *GetQuotesResponse) GetOutToken() string
func (*GetQuotesResponse) GetOutTokenAddress ¶
func (x *GetQuotesResponse) GetOutTokenAddress() string
func (*GetQuotesResponse) GetQuotes ¶
func (x *GetQuotesResponse) GetQuotes() []*ProjectQuote
func (*GetQuotesResponse) ProtoMessage ¶
func (*GetQuotesResponse) ProtoMessage()
func (*GetQuotesResponse) ProtoReflect ¶
func (x *GetQuotesResponse) ProtoReflect() protoreflect.Message
func (*GetQuotesResponse) Reset ¶
func (x *GetQuotesResponse) Reset()
func (*GetQuotesResponse) String ¶
func (x *GetQuotesResponse) String() string
type GetQuotesStreamRequest ¶
type GetQuotesStreamRequest struct { Projects []Project `protobuf:"varint,1,rep,packed,name=projects,proto3,enum=api.Project" json:"projects,omitempty"` TokenPairs []*TokenPair `protobuf:"bytes,2,rep,name=tokenPairs,proto3" json:"tokenPairs,omitempty"` // contains filtered or unexported fields }
func (*GetQuotesStreamRequest) Descriptor
deprecated
func (*GetQuotesStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetQuotesStreamRequest.ProtoReflect.Descriptor instead.
func (*GetQuotesStreamRequest) GetProjects ¶
func (x *GetQuotesStreamRequest) GetProjects() []Project
func (*GetQuotesStreamRequest) GetTokenPairs ¶
func (x *GetQuotesStreamRequest) GetTokenPairs() []*TokenPair
func (*GetQuotesStreamRequest) ProtoMessage ¶
func (*GetQuotesStreamRequest) ProtoMessage()
func (*GetQuotesStreamRequest) ProtoReflect ¶
func (x *GetQuotesStreamRequest) ProtoReflect() protoreflect.Message
func (*GetQuotesStreamRequest) Reset ¶
func (x *GetQuotesStreamRequest) Reset()
func (*GetQuotesStreamRequest) String ¶
func (x *GetQuotesStreamRequest) String() string
type GetQuotesStreamResponse ¶
type GetQuotesStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Quote *GetQuotesStreamUpdate `protobuf:"bytes,2,opt,name=quote,proto3" json:"quote,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetQuotesStreamResponse) Descriptor
deprecated
func (*GetQuotesStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetQuotesStreamResponse.ProtoReflect.Descriptor instead.
func (*GetQuotesStreamResponse) GetQuote ¶
func (x *GetQuotesStreamResponse) GetQuote() *GetQuotesStreamUpdate
func (*GetQuotesStreamResponse) GetSlot ¶
func (x *GetQuotesStreamResponse) GetSlot() int64
func (*GetQuotesStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetQuotesStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetQuotesStreamResponse) ProtoMessage ¶
func (*GetQuotesStreamResponse) ProtoMessage()
func (*GetQuotesStreamResponse) ProtoReflect ¶
func (x *GetQuotesStreamResponse) ProtoReflect() protoreflect.Message
func (*GetQuotesStreamResponse) Reset ¶
func (x *GetQuotesStreamResponse) Reset()
func (*GetQuotesStreamResponse) String ¶
func (x *GetQuotesStreamResponse) String() string
type GetQuotesStreamUpdate ¶
type GetQuotesStreamUpdate struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,2,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,4,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,5,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,6,opt,name=outAmount,proto3" json:"outAmount,omitempty"` Project Project `protobuf:"varint,7,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetQuotesStreamUpdate) Descriptor
deprecated
func (*GetQuotesStreamUpdate) Descriptor() ([]byte, []int)
Deprecated: Use GetQuotesStreamUpdate.ProtoReflect.Descriptor instead.
func (*GetQuotesStreamUpdate) GetInAmount ¶
func (x *GetQuotesStreamUpdate) GetInAmount() float64
func (*GetQuotesStreamUpdate) GetInToken ¶
func (x *GetQuotesStreamUpdate) GetInToken() string
func (*GetQuotesStreamUpdate) GetInTokenAddress ¶
func (x *GetQuotesStreamUpdate) GetInTokenAddress() string
func (*GetQuotesStreamUpdate) GetOutAmount ¶
func (x *GetQuotesStreamUpdate) GetOutAmount() float64
func (*GetQuotesStreamUpdate) GetOutToken ¶
func (x *GetQuotesStreamUpdate) GetOutToken() string
func (*GetQuotesStreamUpdate) GetOutTokenAddress ¶
func (x *GetQuotesStreamUpdate) GetOutTokenAddress() string
func (*GetQuotesStreamUpdate) GetProject ¶
func (x *GetQuotesStreamUpdate) GetProject() Project
func (*GetQuotesStreamUpdate) ProtoMessage ¶
func (*GetQuotesStreamUpdate) ProtoMessage()
func (*GetQuotesStreamUpdate) ProtoReflect ¶
func (x *GetQuotesStreamUpdate) ProtoReflect() protoreflect.Message
func (*GetQuotesStreamUpdate) Reset ¶
func (x *GetQuotesStreamUpdate) Reset()
func (*GetQuotesStreamUpdate) String ¶
func (x *GetQuotesStreamUpdate) String() string
type GetRateLimitRequest ¶ added in v1.9.1
type GetRateLimitRequest struct {
// contains filtered or unexported fields
}
func (*GetRateLimitRequest) Descriptor
deprecated
added in
v1.9.1
func (*GetRateLimitRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRateLimitRequest.ProtoReflect.Descriptor instead.
func (*GetRateLimitRequest) ProtoMessage ¶ added in v1.9.1
func (*GetRateLimitRequest) ProtoMessage()
func (*GetRateLimitRequest) ProtoReflect ¶ added in v1.9.1
func (x *GetRateLimitRequest) ProtoReflect() protoreflect.Message
func (*GetRateLimitRequest) Reset ¶ added in v1.9.1
func (x *GetRateLimitRequest) Reset()
func (*GetRateLimitRequest) String ¶ added in v1.9.1
func (x *GetRateLimitRequest) String() string
type GetRateLimitResponse ¶ added in v1.9.1
type GetRateLimitResponse struct { AccountID string `protobuf:"bytes,1,opt,name=accountID,proto3" json:"accountID,omitempty"` Tier string `protobuf:"bytes,2,opt,name=tier,proto3" json:"tier,omitempty"` Interval string `protobuf:"bytes,3,opt,name=interval,proto3" json:"interval,omitempty"` IntervalNum uint64 `protobuf:"varint,4,opt,name=intervalNum,proto3" json:"intervalNum,omitempty"` Limit uint64 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` Count uint64 `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"` Reset_ uint64 `protobuf:"varint,7,opt,name=reset,proto3" json:"reset,omitempty"` StreamInfos []*StreamInfo `protobuf:"bytes,8,rep,name=streamInfos,proto3" json:"streamInfos,omitempty"` // contains filtered or unexported fields }
func (*GetRateLimitResponse) Descriptor
deprecated
added in
v1.9.1
func (*GetRateLimitResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRateLimitResponse.ProtoReflect.Descriptor instead.
func (*GetRateLimitResponse) GetAccountID ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetAccountID() string
func (*GetRateLimitResponse) GetCount ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetCount() uint64
func (*GetRateLimitResponse) GetInterval ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetInterval() string
func (*GetRateLimitResponse) GetIntervalNum ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetIntervalNum() uint64
func (*GetRateLimitResponse) GetLimit ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetLimit() uint64
func (*GetRateLimitResponse) GetReset_ ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetReset_() uint64
func (*GetRateLimitResponse) GetStreamInfos ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetStreamInfos() []*StreamInfo
func (*GetRateLimitResponse) GetTier ¶ added in v1.9.1
func (x *GetRateLimitResponse) GetTier() string
func (*GetRateLimitResponse) ProtoMessage ¶ added in v1.9.1
func (*GetRateLimitResponse) ProtoMessage()
func (*GetRateLimitResponse) ProtoReflect ¶ added in v1.9.1
func (x *GetRateLimitResponse) ProtoReflect() protoreflect.Message
func (*GetRateLimitResponse) Reset ¶ added in v1.9.1
func (x *GetRateLimitResponse) Reset()
func (*GetRateLimitResponse) String ¶ added in v1.9.1
func (x *GetRateLimitResponse) String() string
type GetRaydiumPoolReserveRequest ¶ added in v1.9.1
type GetRaydiumPoolReserveRequest struct { PairsOrAddresses []string `protobuf:"bytes,1,rep,name=pairsOrAddresses,proto3" json:"pairsOrAddresses,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumPoolReserveRequest) Descriptor
deprecated
added in
v1.9.1
func (*GetRaydiumPoolReserveRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumPoolReserveRequest.ProtoReflect.Descriptor instead.
func (*GetRaydiumPoolReserveRequest) GetPairsOrAddresses ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveRequest) GetPairsOrAddresses() []string
func (*GetRaydiumPoolReserveRequest) ProtoMessage ¶ added in v1.9.1
func (*GetRaydiumPoolReserveRequest) ProtoMessage()
func (*GetRaydiumPoolReserveRequest) ProtoReflect ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveRequest) ProtoReflect() protoreflect.Message
func (*GetRaydiumPoolReserveRequest) Reset ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveRequest) Reset()
func (*GetRaydiumPoolReserveRequest) String ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveRequest) String() string
type GetRaydiumPoolReserveResponse ¶ added in v1.9.1
type GetRaydiumPoolReserveResponse struct { Pools []*ProjectPool `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumPoolReserveResponse) Descriptor
deprecated
added in
v1.9.1
func (*GetRaydiumPoolReserveResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumPoolReserveResponse.ProtoReflect.Descriptor instead.
func (*GetRaydiumPoolReserveResponse) GetPools ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveResponse) GetPools() []*ProjectPool
func (*GetRaydiumPoolReserveResponse) ProtoMessage ¶ added in v1.9.1
func (*GetRaydiumPoolReserveResponse) ProtoMessage()
func (*GetRaydiumPoolReserveResponse) ProtoReflect ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveResponse) ProtoReflect() protoreflect.Message
func (*GetRaydiumPoolReserveResponse) Reset ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveResponse) Reset()
func (*GetRaydiumPoolReserveResponse) String ¶ added in v1.9.1
func (x *GetRaydiumPoolReserveResponse) String() string
type GetRaydiumPoolsRequest ¶ added in v1.8.0
type GetRaydiumPoolsRequest struct {
// contains filtered or unexported fields
}
func (*GetRaydiumPoolsRequest) Descriptor
deprecated
added in
v1.8.0
func (*GetRaydiumPoolsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumPoolsRequest.ProtoReflect.Descriptor instead.
func (*GetRaydiumPoolsRequest) ProtoMessage ¶ added in v1.8.0
func (*GetRaydiumPoolsRequest) ProtoMessage()
func (*GetRaydiumPoolsRequest) ProtoReflect ¶ added in v1.8.0
func (x *GetRaydiumPoolsRequest) ProtoReflect() protoreflect.Message
func (*GetRaydiumPoolsRequest) Reset ¶ added in v1.8.0
func (x *GetRaydiumPoolsRequest) Reset()
func (*GetRaydiumPoolsRequest) String ¶ added in v1.8.0
func (x *GetRaydiumPoolsRequest) String() string
type GetRaydiumPoolsResponse ¶ added in v1.8.0
type GetRaydiumPoolsResponse struct { Pools []*ProjectPool `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumPoolsResponse) Descriptor
deprecated
added in
v1.8.0
func (*GetRaydiumPoolsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumPoolsResponse.ProtoReflect.Descriptor instead.
func (*GetRaydiumPoolsResponse) GetPools ¶ added in v1.8.0
func (x *GetRaydiumPoolsResponse) GetPools() []*ProjectPool
func (*GetRaydiumPoolsResponse) ProtoMessage ¶ added in v1.8.0
func (*GetRaydiumPoolsResponse) ProtoMessage()
func (*GetRaydiumPoolsResponse) ProtoReflect ¶ added in v1.8.0
func (x *GetRaydiumPoolsResponse) ProtoReflect() protoreflect.Message
func (*GetRaydiumPoolsResponse) Reset ¶ added in v1.8.0
func (x *GetRaydiumPoolsResponse) Reset()
func (*GetRaydiumPoolsResponse) String ¶ added in v1.8.0
func (x *GetRaydiumPoolsResponse) String() string
type GetRaydiumPricesRequest ¶ added in v1.8.0
type GetRaydiumPricesRequest struct { Tokens []string `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumPricesRequest) Descriptor
deprecated
added in
v1.8.0
func (*GetRaydiumPricesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumPricesRequest.ProtoReflect.Descriptor instead.
func (*GetRaydiumPricesRequest) GetTokens ¶ added in v1.8.0
func (x *GetRaydiumPricesRequest) GetTokens() []string
func (*GetRaydiumPricesRequest) ProtoMessage ¶ added in v1.8.0
func (*GetRaydiumPricesRequest) ProtoMessage()
func (*GetRaydiumPricesRequest) ProtoReflect ¶ added in v1.8.0
func (x *GetRaydiumPricesRequest) ProtoReflect() protoreflect.Message
func (*GetRaydiumPricesRequest) Reset ¶ added in v1.8.0
func (x *GetRaydiumPricesRequest) Reset()
func (*GetRaydiumPricesRequest) String ¶ added in v1.8.0
func (x *GetRaydiumPricesRequest) String() string
type GetRaydiumPricesResponse ¶ added in v1.8.0
type GetRaydiumPricesResponse struct { TokenPrices []*TokenPriceV2 `protobuf:"bytes,1,rep,name=tokenPrices,proto3" json:"tokenPrices,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumPricesResponse) Descriptor
deprecated
added in
v1.8.0
func (*GetRaydiumPricesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumPricesResponse.ProtoReflect.Descriptor instead.
func (*GetRaydiumPricesResponse) GetTokenPrices ¶ added in v1.8.0
func (x *GetRaydiumPricesResponse) GetTokenPrices() []*TokenPriceV2
func (*GetRaydiumPricesResponse) ProtoMessage ¶ added in v1.8.0
func (*GetRaydiumPricesResponse) ProtoMessage()
func (*GetRaydiumPricesResponse) ProtoReflect ¶ added in v1.8.0
func (x *GetRaydiumPricesResponse) ProtoReflect() protoreflect.Message
func (*GetRaydiumPricesResponse) Reset ¶ added in v1.8.0
func (x *GetRaydiumPricesResponse) Reset()
func (*GetRaydiumPricesResponse) String ¶ added in v1.8.0
func (x *GetRaydiumPricesResponse) String() string
type GetRaydiumQuotesRequest ¶ added in v1.8.0
type GetRaydiumQuotesRequest struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,2,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,3,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,4,opt,name=slippage,proto3" json:"slippage,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumQuotesRequest) Descriptor
deprecated
added in
v1.8.0
func (*GetRaydiumQuotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumQuotesRequest.ProtoReflect.Descriptor instead.
func (*GetRaydiumQuotesRequest) GetInAmount ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) GetInAmount() float64
func (*GetRaydiumQuotesRequest) GetInToken ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) GetInToken() string
func (*GetRaydiumQuotesRequest) GetOutToken ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) GetOutToken() string
func (*GetRaydiumQuotesRequest) GetSlippage ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) GetSlippage() float64
func (*GetRaydiumQuotesRequest) ProtoMessage ¶ added in v1.8.0
func (*GetRaydiumQuotesRequest) ProtoMessage()
func (*GetRaydiumQuotesRequest) ProtoReflect ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) ProtoReflect() protoreflect.Message
func (*GetRaydiumQuotesRequest) Reset ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) Reset()
func (*GetRaydiumQuotesRequest) String ¶ added in v1.8.0
func (x *GetRaydiumQuotesRequest) String() string
type GetRaydiumQuotesResponse ¶ added in v1.8.0
type GetRaydiumQuotesResponse struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,2,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,4,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,5,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Routes []*RaydiumQuoteRoute `protobuf:"bytes,6,rep,name=routes,proto3" json:"routes,omitempty"` // contains filtered or unexported fields }
func (*GetRaydiumQuotesResponse) Descriptor
deprecated
added in
v1.8.0
func (*GetRaydiumQuotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRaydiumQuotesResponse.ProtoReflect.Descriptor instead.
func (*GetRaydiumQuotesResponse) GetInAmount ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) GetInAmount() float64
func (*GetRaydiumQuotesResponse) GetInToken ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) GetInToken() string
func (*GetRaydiumQuotesResponse) GetInTokenAddress ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) GetInTokenAddress() string
func (*GetRaydiumQuotesResponse) GetOutToken ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) GetOutToken() string
func (*GetRaydiumQuotesResponse) GetOutTokenAddress ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) GetOutTokenAddress() string
func (*GetRaydiumQuotesResponse) GetRoutes ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) GetRoutes() []*RaydiumQuoteRoute
func (*GetRaydiumQuotesResponse) ProtoMessage ¶ added in v1.8.0
func (*GetRaydiumQuotesResponse) ProtoMessage()
func (*GetRaydiumQuotesResponse) ProtoReflect ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) ProtoReflect() protoreflect.Message
func (*GetRaydiumQuotesResponse) Reset ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) Reset()
func (*GetRaydiumQuotesResponse) String ¶ added in v1.8.0
func (x *GetRaydiumQuotesResponse) String() string
type GetRecentBlockHashRequest ¶
type GetRecentBlockHashRequest struct {
// contains filtered or unexported fields
}
func (*GetRecentBlockHashRequest) Descriptor
deprecated
func (*GetRecentBlockHashRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRecentBlockHashRequest.ProtoReflect.Descriptor instead.
func (*GetRecentBlockHashRequest) ProtoMessage ¶
func (*GetRecentBlockHashRequest) ProtoMessage()
func (*GetRecentBlockHashRequest) ProtoReflect ¶
func (x *GetRecentBlockHashRequest) ProtoReflect() protoreflect.Message
func (*GetRecentBlockHashRequest) Reset ¶
func (x *GetRecentBlockHashRequest) Reset()
func (*GetRecentBlockHashRequest) String ¶
func (x *GetRecentBlockHashRequest) String() string
type GetRecentBlockHashRequestV2 ¶ added in v1.9.2
type GetRecentBlockHashRequestV2 struct { Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetRecentBlockHashRequestV2) Descriptor
deprecated
added in
v1.9.2
func (*GetRecentBlockHashRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetRecentBlockHashRequestV2.ProtoReflect.Descriptor instead.
func (*GetRecentBlockHashRequestV2) GetOffset ¶ added in v1.9.2
func (x *GetRecentBlockHashRequestV2) GetOffset() uint64
func (*GetRecentBlockHashRequestV2) ProtoMessage ¶ added in v1.9.2
func (*GetRecentBlockHashRequestV2) ProtoMessage()
func (*GetRecentBlockHashRequestV2) ProtoReflect ¶ added in v1.9.2
func (x *GetRecentBlockHashRequestV2) ProtoReflect() protoreflect.Message
func (*GetRecentBlockHashRequestV2) Reset ¶ added in v1.9.2
func (x *GetRecentBlockHashRequestV2) Reset()
func (*GetRecentBlockHashRequestV2) String ¶ added in v1.9.2
func (x *GetRecentBlockHashRequestV2) String() string
type GetRecentBlockHashResponse ¶
type GetRecentBlockHashResponse struct { BlockHash string `protobuf:"bytes,1,opt,name=blockHash,proto3" json:"blockHash,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetRecentBlockHashResponse) Descriptor
deprecated
func (*GetRecentBlockHashResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRecentBlockHashResponse.ProtoReflect.Descriptor instead.
func (*GetRecentBlockHashResponse) GetBlockHash ¶
func (x *GetRecentBlockHashResponse) GetBlockHash() string
func (*GetRecentBlockHashResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetRecentBlockHashResponse) GetTimestamp() *timestamp.Timestamp
func (*GetRecentBlockHashResponse) ProtoMessage ¶
func (*GetRecentBlockHashResponse) ProtoMessage()
func (*GetRecentBlockHashResponse) ProtoReflect ¶
func (x *GetRecentBlockHashResponse) ProtoReflect() protoreflect.Message
func (*GetRecentBlockHashResponse) Reset ¶
func (x *GetRecentBlockHashResponse) Reset()
func (*GetRecentBlockHashResponse) String ¶
func (x *GetRecentBlockHashResponse) String() string
type GetRecentBlockHashResponseV2 ¶ added in v1.9.2
type GetRecentBlockHashResponseV2 struct { BlockHash string `protobuf:"bytes,1,opt,name=blockHash,proto3" json:"blockHash,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetRecentBlockHashResponseV2) Descriptor
deprecated
added in
v1.9.2
func (*GetRecentBlockHashResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use GetRecentBlockHashResponseV2.ProtoReflect.Descriptor instead.
func (*GetRecentBlockHashResponseV2) GetBlockHash ¶ added in v1.9.2
func (x *GetRecentBlockHashResponseV2) GetBlockHash() string
func (*GetRecentBlockHashResponseV2) GetTimestamp ¶ added in v1.9.2
func (x *GetRecentBlockHashResponseV2) GetTimestamp() *timestamp.Timestamp
func (*GetRecentBlockHashResponseV2) ProtoMessage ¶ added in v1.9.2
func (*GetRecentBlockHashResponseV2) ProtoMessage()
func (*GetRecentBlockHashResponseV2) ProtoReflect ¶ added in v1.9.2
func (x *GetRecentBlockHashResponseV2) ProtoReflect() protoreflect.Message
func (*GetRecentBlockHashResponseV2) Reset ¶ added in v1.9.2
func (x *GetRecentBlockHashResponseV2) Reset()
func (*GetRecentBlockHashResponseV2) String ¶ added in v1.9.2
func (x *GetRecentBlockHashResponseV2) String() string
type GetServerTimeRequest ¶
type GetServerTimeRequest struct {
// contains filtered or unexported fields
}
func (*GetServerTimeRequest) Descriptor
deprecated
func (*GetServerTimeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetServerTimeRequest.ProtoReflect.Descriptor instead.
func (*GetServerTimeRequest) ProtoMessage ¶
func (*GetServerTimeRequest) ProtoMessage()
func (*GetServerTimeRequest) ProtoReflect ¶
func (x *GetServerTimeRequest) ProtoReflect() protoreflect.Message
func (*GetServerTimeRequest) Reset ¶
func (x *GetServerTimeRequest) Reset()
func (*GetServerTimeRequest) String ¶
func (x *GetServerTimeRequest) String() string
type GetServerTimeResponse ¶
type GetServerTimeResponse struct { Timestamp string `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetServerTimeResponse) Descriptor
deprecated
func (*GetServerTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetServerTimeResponse.ProtoReflect.Descriptor instead.
func (*GetServerTimeResponse) GetTimestamp ¶
func (x *GetServerTimeResponse) GetTimestamp() string
func (*GetServerTimeResponse) ProtoMessage ¶
func (*GetServerTimeResponse) ProtoMessage()
func (*GetServerTimeResponse) ProtoReflect ¶
func (x *GetServerTimeResponse) ProtoReflect() protoreflect.Message
func (*GetServerTimeResponse) Reset ¶
func (x *GetServerTimeResponse) Reset()
func (*GetServerTimeResponse) String ¶
func (x *GetServerTimeResponse) String() string
type GetSwapsStreamRequest ¶
type GetSwapsStreamRequest struct { Projects []Project `protobuf:"varint,1,rep,packed,name=projects,proto3,enum=api.Project" json:"projects,omitempty"` Pools []string `protobuf:"bytes,2,rep,name=pools,proto3" json:"pools,omitempty"` IncludeFailed bool `protobuf:"varint,3,opt,name=includeFailed,proto3" json:"includeFailed,omitempty"` // contains filtered or unexported fields }
func (*GetSwapsStreamRequest) Descriptor
deprecated
func (*GetSwapsStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSwapsStreamRequest.ProtoReflect.Descriptor instead.
func (*GetSwapsStreamRequest) GetIncludeFailed ¶
func (x *GetSwapsStreamRequest) GetIncludeFailed() bool
func (*GetSwapsStreamRequest) GetPools ¶
func (x *GetSwapsStreamRequest) GetPools() []string
func (*GetSwapsStreamRequest) GetProjects ¶
func (x *GetSwapsStreamRequest) GetProjects() []Project
func (*GetSwapsStreamRequest) ProtoMessage ¶
func (*GetSwapsStreamRequest) ProtoMessage()
func (*GetSwapsStreamRequest) ProtoReflect ¶
func (x *GetSwapsStreamRequest) ProtoReflect() protoreflect.Message
func (*GetSwapsStreamRequest) Reset ¶
func (x *GetSwapsStreamRequest) Reset()
func (*GetSwapsStreamRequest) String ¶
func (x *GetSwapsStreamRequest) String() string
type GetSwapsStreamResponse ¶
type GetSwapsStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Swap *GetSwapsStreamUpdate `protobuf:"bytes,2,opt,name=swap,proto3" json:"swap,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetSwapsStreamResponse) Descriptor
deprecated
func (*GetSwapsStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSwapsStreamResponse.ProtoReflect.Descriptor instead.
func (*GetSwapsStreamResponse) GetSlot ¶
func (x *GetSwapsStreamResponse) GetSlot() int64
func (*GetSwapsStreamResponse) GetSwap ¶
func (x *GetSwapsStreamResponse) GetSwap() *GetSwapsStreamUpdate
func (*GetSwapsStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetSwapsStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetSwapsStreamResponse) ProtoMessage ¶
func (*GetSwapsStreamResponse) ProtoMessage()
func (*GetSwapsStreamResponse) ProtoReflect ¶
func (x *GetSwapsStreamResponse) ProtoReflect() protoreflect.Message
func (*GetSwapsStreamResponse) Reset ¶
func (x *GetSwapsStreamResponse) Reset()
func (*GetSwapsStreamResponse) String ¶
func (x *GetSwapsStreamResponse) String() string
type GetSwapsStreamUpdate ¶
type GetSwapsStreamUpdate struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Project Project `protobuf:"varint,2,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` PoolAddress string `protobuf:"bytes,3,opt,name=poolAddress,proto3" json:"poolAddress,omitempty"` InToken string `protobuf:"bytes,4,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,5,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,6,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,7,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,8,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,9,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` SourceAccount string `protobuf:"bytes,10,opt,name=sourceAccount,proto3" json:"sourceAccount,omitempty"` DestinationAccount string `protobuf:"bytes,11,opt,name=destinationAccount,proto3" json:"destinationAccount,omitempty"` OwnerAccount string `protobuf:"bytes,12,opt,name=ownerAccount,proto3" json:"ownerAccount,omitempty"` Signature string `protobuf:"bytes,13,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetSwapsStreamUpdate) Descriptor
deprecated
func (*GetSwapsStreamUpdate) Descriptor() ([]byte, []int)
Deprecated: Use GetSwapsStreamUpdate.ProtoReflect.Descriptor instead.
func (*GetSwapsStreamUpdate) GetDestinationAccount ¶
func (x *GetSwapsStreamUpdate) GetDestinationAccount() string
func (*GetSwapsStreamUpdate) GetInAmount ¶
func (x *GetSwapsStreamUpdate) GetInAmount() float64
func (*GetSwapsStreamUpdate) GetInToken ¶ added in v1.5.0
func (x *GetSwapsStreamUpdate) GetInToken() string
func (*GetSwapsStreamUpdate) GetInTokenAddress ¶ added in v1.5.0
func (x *GetSwapsStreamUpdate) GetInTokenAddress() string
func (*GetSwapsStreamUpdate) GetOutAmountMin ¶
func (x *GetSwapsStreamUpdate) GetOutAmountMin() float64
func (*GetSwapsStreamUpdate) GetOutToken ¶ added in v1.5.0
func (x *GetSwapsStreamUpdate) GetOutToken() string
func (*GetSwapsStreamUpdate) GetOutTokenAddress ¶ added in v1.5.0
func (x *GetSwapsStreamUpdate) GetOutTokenAddress() string
func (*GetSwapsStreamUpdate) GetOwnerAccount ¶
func (x *GetSwapsStreamUpdate) GetOwnerAccount() string
func (*GetSwapsStreamUpdate) GetPoolAddress ¶
func (x *GetSwapsStreamUpdate) GetPoolAddress() string
func (*GetSwapsStreamUpdate) GetProject ¶
func (x *GetSwapsStreamUpdate) GetProject() Project
func (*GetSwapsStreamUpdate) GetSignature ¶
func (x *GetSwapsStreamUpdate) GetSignature() string
func (*GetSwapsStreamUpdate) GetSourceAccount ¶
func (x *GetSwapsStreamUpdate) GetSourceAccount() string
func (*GetSwapsStreamUpdate) GetSuccess ¶
func (x *GetSwapsStreamUpdate) GetSuccess() bool
func (*GetSwapsStreamUpdate) ProtoMessage ¶
func (*GetSwapsStreamUpdate) ProtoMessage()
func (*GetSwapsStreamUpdate) ProtoReflect ¶
func (x *GetSwapsStreamUpdate) ProtoReflect() protoreflect.Message
func (*GetSwapsStreamUpdate) Reset ¶
func (x *GetSwapsStreamUpdate) Reset()
func (*GetSwapsStreamUpdate) String ¶
func (x *GetSwapsStreamUpdate) String() string
type GetTickersRequest ¶
type GetTickersRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Project Project `protobuf:"varint,2,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetTickersRequest) Descriptor
deprecated
func (*GetTickersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTickersRequest.ProtoReflect.Descriptor instead.
func (*GetTickersRequest) GetMarket ¶
func (x *GetTickersRequest) GetMarket() string
func (*GetTickersRequest) GetProject ¶ added in v1.3.0
func (x *GetTickersRequest) GetProject() Project
func (*GetTickersRequest) ProtoMessage ¶
func (*GetTickersRequest) ProtoMessage()
func (*GetTickersRequest) ProtoReflect ¶
func (x *GetTickersRequest) ProtoReflect() protoreflect.Message
func (*GetTickersRequest) Reset ¶
func (x *GetTickersRequest) Reset()
func (*GetTickersRequest) String ¶
func (x *GetTickersRequest) String() string
type GetTickersRequestV2 ¶ added in v1.8.0
type GetTickersRequestV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` // contains filtered or unexported fields }
func (*GetTickersRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*GetTickersRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetTickersRequestV2.ProtoReflect.Descriptor instead.
func (*GetTickersRequestV2) GetMarket ¶ added in v1.8.0
func (x *GetTickersRequestV2) GetMarket() string
func (*GetTickersRequestV2) ProtoMessage ¶ added in v1.8.0
func (*GetTickersRequestV2) ProtoMessage()
func (*GetTickersRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *GetTickersRequestV2) ProtoReflect() protoreflect.Message
func (*GetTickersRequestV2) Reset ¶ added in v1.8.0
func (x *GetTickersRequestV2) Reset()
func (*GetTickersRequestV2) String ¶ added in v1.8.0
func (x *GetTickersRequestV2) String() string
type GetTickersResponse ¶
type GetTickersResponse struct { Tickers []*Ticker `protobuf:"bytes,1,rep,name=tickers,proto3" json:"tickers,omitempty"` // contains filtered or unexported fields }
func (*GetTickersResponse) Descriptor
deprecated
func (*GetTickersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTickersResponse.ProtoReflect.Descriptor instead.
func (*GetTickersResponse) GetTickers ¶
func (x *GetTickersResponse) GetTickers() []*Ticker
func (*GetTickersResponse) ProtoMessage ¶
func (*GetTickersResponse) ProtoMessage()
func (*GetTickersResponse) ProtoReflect ¶
func (x *GetTickersResponse) ProtoReflect() protoreflect.Message
func (*GetTickersResponse) Reset ¶
func (x *GetTickersResponse) Reset()
func (*GetTickersResponse) String ¶
func (x *GetTickersResponse) String() string
type GetTickersResponseV2 ¶ added in v1.8.0
type GetTickersResponseV2 struct { Tickers []*TickerV2 `protobuf:"bytes,1,rep,name=tickers,proto3" json:"tickers,omitempty"` // contains filtered or unexported fields }
func (*GetTickersResponseV2) Descriptor
deprecated
added in
v1.8.0
func (*GetTickersResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use GetTickersResponseV2.ProtoReflect.Descriptor instead.
func (*GetTickersResponseV2) GetTickers ¶ added in v1.8.0
func (x *GetTickersResponseV2) GetTickers() []*TickerV2
func (*GetTickersResponseV2) ProtoMessage ¶ added in v1.8.0
func (*GetTickersResponseV2) ProtoMessage()
func (*GetTickersResponseV2) ProtoReflect ¶ added in v1.8.0
func (x *GetTickersResponseV2) ProtoReflect() protoreflect.Message
func (*GetTickersResponseV2) Reset ¶ added in v1.8.0
func (x *GetTickersResponseV2) Reset()
func (*GetTickersResponseV2) String ¶ added in v1.8.0
func (x *GetTickersResponseV2) String() string
type GetTickersStreamRequest ¶ added in v1.9.1
type GetTickersStreamRequest struct { Markets []string `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"` Project Project `protobuf:"varint,2,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetTickersStreamRequest) Descriptor
deprecated
added in
v1.9.1
func (*GetTickersStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTickersStreamRequest.ProtoReflect.Descriptor instead.
func (*GetTickersStreamRequest) GetMarkets ¶ added in v1.9.1
func (x *GetTickersStreamRequest) GetMarkets() []string
func (*GetTickersStreamRequest) GetProject ¶ added in v1.9.1
func (x *GetTickersStreamRequest) GetProject() Project
func (*GetTickersStreamRequest) ProtoMessage ¶ added in v1.9.1
func (*GetTickersStreamRequest) ProtoMessage()
func (*GetTickersStreamRequest) ProtoReflect ¶ added in v1.9.1
func (x *GetTickersStreamRequest) ProtoReflect() protoreflect.Message
func (*GetTickersStreamRequest) Reset ¶ added in v1.9.1
func (x *GetTickersStreamRequest) Reset()
func (*GetTickersStreamRequest) String ¶ added in v1.9.1
func (x *GetTickersStreamRequest) String() string
type GetTickersStreamResponse ¶
type GetTickersStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Ticker *GetTickersResponse `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetTickersStreamResponse) Descriptor
deprecated
func (*GetTickersStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTickersStreamResponse.ProtoReflect.Descriptor instead.
func (*GetTickersStreamResponse) GetSlot ¶
func (x *GetTickersStreamResponse) GetSlot() int64
func (*GetTickersStreamResponse) GetTicker ¶
func (x *GetTickersStreamResponse) GetTicker() *GetTickersResponse
func (*GetTickersStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetTickersStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetTickersStreamResponse) ProtoMessage ¶
func (*GetTickersStreamResponse) ProtoMessage()
func (*GetTickersStreamResponse) ProtoReflect ¶
func (x *GetTickersStreamResponse) ProtoReflect() protoreflect.Message
func (*GetTickersStreamResponse) Reset ¶
func (x *GetTickersStreamResponse) Reset()
func (*GetTickersStreamResponse) String ¶
func (x *GetTickersStreamResponse) String() string
type GetTokenAccountsRequest ¶ added in v1.5.0
type GetTokenAccountsRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` // contains filtered or unexported fields }
func (*GetTokenAccountsRequest) Descriptor
deprecated
added in
v1.5.0
func (*GetTokenAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenAccountsRequest.ProtoReflect.Descriptor instead.
func (*GetTokenAccountsRequest) GetOwnerAddress ¶ added in v1.5.0
func (x *GetTokenAccountsRequest) GetOwnerAddress() string
func (*GetTokenAccountsRequest) ProtoMessage ¶ added in v1.5.0
func (*GetTokenAccountsRequest) ProtoMessage()
func (*GetTokenAccountsRequest) ProtoReflect ¶ added in v1.5.0
func (x *GetTokenAccountsRequest) ProtoReflect() protoreflect.Message
func (*GetTokenAccountsRequest) Reset ¶ added in v1.5.0
func (x *GetTokenAccountsRequest) Reset()
func (*GetTokenAccountsRequest) String ¶ added in v1.5.0
func (x *GetTokenAccountsRequest) String() string
type GetTokenAccountsResponse ¶ added in v1.5.0
type GetTokenAccountsResponse struct { Accounts []*TokenAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
func (*GetTokenAccountsResponse) Descriptor
deprecated
added in
v1.5.0
func (*GetTokenAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenAccountsResponse.ProtoReflect.Descriptor instead.
func (*GetTokenAccountsResponse) GetAccounts ¶ added in v1.5.0
func (x *GetTokenAccountsResponse) GetAccounts() []*TokenAccount
func (*GetTokenAccountsResponse) ProtoMessage ¶ added in v1.5.0
func (*GetTokenAccountsResponse) ProtoMessage()
func (*GetTokenAccountsResponse) ProtoReflect ¶ added in v1.5.0
func (x *GetTokenAccountsResponse) ProtoReflect() protoreflect.Message
func (*GetTokenAccountsResponse) Reset ¶ added in v1.5.0
func (x *GetTokenAccountsResponse) Reset()
func (*GetTokenAccountsResponse) String ¶ added in v1.5.0
func (x *GetTokenAccountsResponse) String() string
type GetTradesRequest ¶
type GetTradesRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetTradesRequest) Descriptor
deprecated
func (*GetTradesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesRequest.ProtoReflect.Descriptor instead.
func (*GetTradesRequest) GetLimit ¶
func (x *GetTradesRequest) GetLimit() uint32
func (*GetTradesRequest) GetMarket ¶
func (x *GetTradesRequest) GetMarket() string
func (*GetTradesRequest) GetProject ¶ added in v1.3.0
func (x *GetTradesRequest) GetProject() Project
func (*GetTradesRequest) ProtoMessage ¶
func (*GetTradesRequest) ProtoMessage()
func (*GetTradesRequest) ProtoReflect ¶
func (x *GetTradesRequest) ProtoReflect() protoreflect.Message
func (*GetTradesRequest) Reset ¶
func (x *GetTradesRequest) Reset()
func (*GetTradesRequest) String ¶
func (x *GetTradesRequest) String() string
type GetTradesResponse ¶
type GetTradesResponse struct { Trades []*Trade `protobuf:"bytes,1,rep,name=trades,proto3" json:"trades,omitempty"` // contains filtered or unexported fields }
func (*GetTradesResponse) Descriptor
deprecated
func (*GetTradesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesResponse.ProtoReflect.Descriptor instead.
func (*GetTradesResponse) GetTrades ¶
func (x *GetTradesResponse) GetTrades() []*Trade
func (*GetTradesResponse) ProtoMessage ¶
func (*GetTradesResponse) ProtoMessage()
func (*GetTradesResponse) ProtoReflect ¶
func (x *GetTradesResponse) ProtoReflect() protoreflect.Message
func (*GetTradesResponse) Reset ¶
func (x *GetTradesResponse) Reset()
func (*GetTradesResponse) String ¶
func (x *GetTradesResponse) String() string
type GetTradesStreamResponse ¶
type GetTradesStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Trades *GetTradesResponse `protobuf:"bytes,2,opt,name=trades,proto3" json:"trades,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetTradesStreamResponse) Descriptor
deprecated
func (*GetTradesStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesStreamResponse.ProtoReflect.Descriptor instead.
func (*GetTradesStreamResponse) GetSlot ¶
func (x *GetTradesStreamResponse) GetSlot() int64
func (*GetTradesStreamResponse) GetTimestamp ¶ added in v1.9.1
func (x *GetTradesStreamResponse) GetTimestamp() *timestamp.Timestamp
func (*GetTradesStreamResponse) GetTrades ¶
func (x *GetTradesStreamResponse) GetTrades() *GetTradesResponse
func (*GetTradesStreamResponse) ProtoMessage ¶
func (*GetTradesStreamResponse) ProtoMessage()
func (*GetTradesStreamResponse) ProtoReflect ¶
func (x *GetTradesStreamResponse) ProtoReflect() protoreflect.Message
func (*GetTradesStreamResponse) Reset ¶
func (x *GetTradesStreamResponse) Reset()
func (*GetTradesStreamResponse) String ¶
func (x *GetTradesStreamResponse) String() string
type GetTransactionRequest ¶ added in v1.9.1
type GetTransactionRequest struct { Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*GetTransactionRequest) Descriptor
deprecated
added in
v1.9.1
func (*GetTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.
func (*GetTransactionRequest) GetSignature ¶ added in v1.9.1
func (x *GetTransactionRequest) GetSignature() string
func (*GetTransactionRequest) ProtoMessage ¶ added in v1.9.1
func (*GetTransactionRequest) ProtoMessage()
func (*GetTransactionRequest) ProtoReflect ¶ added in v1.9.1
func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message
func (*GetTransactionRequest) Reset ¶ added in v1.9.1
func (x *GetTransactionRequest) Reset()
func (*GetTransactionRequest) String ¶ added in v1.9.1
func (x *GetTransactionRequest) String() string
type GetTransactionResponse ¶ added in v1.9.1
type GetTransactionResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Metadata *TransactionMeta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` Slot uint64 `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty"` BlockTime uint64 `protobuf:"varint,4,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"` Version int32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetTransactionResponse) Descriptor
deprecated
added in
v1.9.1
func (*GetTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.
func (*GetTransactionResponse) GetBlockTime ¶ added in v1.9.1
func (x *GetTransactionResponse) GetBlockTime() uint64
func (*GetTransactionResponse) GetMetadata ¶ added in v1.9.1
func (x *GetTransactionResponse) GetMetadata() *TransactionMeta
func (*GetTransactionResponse) GetSlot ¶ added in v1.9.1
func (x *GetTransactionResponse) GetSlot() uint64
func (*GetTransactionResponse) GetStatus ¶ added in v1.9.1
func (x *GetTransactionResponse) GetStatus() string
func (*GetTransactionResponse) GetVersion ¶ added in v1.9.1
func (x *GetTransactionResponse) GetVersion() int32
func (*GetTransactionResponse) ProtoMessage ¶ added in v1.9.1
func (*GetTransactionResponse) ProtoMessage()
func (*GetTransactionResponse) ProtoReflect ¶ added in v1.9.1
func (x *GetTransactionResponse) ProtoReflect() protoreflect.Message
func (*GetTransactionResponse) Reset ¶ added in v1.9.1
func (x *GetTransactionResponse) Reset()
func (*GetTransactionResponse) String ¶ added in v1.9.1
func (x *GetTransactionResponse) String() string
type GetUnsettledRequest ¶
type GetUnsettledRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetUnsettledRequest) Descriptor
deprecated
func (*GetUnsettledRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUnsettledRequest.ProtoReflect.Descriptor instead.
func (*GetUnsettledRequest) GetMarket ¶
func (x *GetUnsettledRequest) GetMarket() string
func (*GetUnsettledRequest) GetOwnerAddress ¶
func (x *GetUnsettledRequest) GetOwnerAddress() string
func (*GetUnsettledRequest) GetProject ¶ added in v1.3.0
func (x *GetUnsettledRequest) GetProject() Project
func (*GetUnsettledRequest) ProtoMessage ¶
func (*GetUnsettledRequest) ProtoMessage()
func (*GetUnsettledRequest) ProtoReflect ¶
func (x *GetUnsettledRequest) ProtoReflect() protoreflect.Message
func (*GetUnsettledRequest) Reset ¶
func (x *GetUnsettledRequest) Reset()
func (*GetUnsettledRequest) String ¶
func (x *GetUnsettledRequest) String() string
type GetUnsettledRequestV2 ¶ added in v1.8.0
type GetUnsettledRequestV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` // contains filtered or unexported fields }
func (*GetUnsettledRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*GetUnsettledRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use GetUnsettledRequestV2.ProtoReflect.Descriptor instead.
func (*GetUnsettledRequestV2) GetMarket ¶ added in v1.8.0
func (x *GetUnsettledRequestV2) GetMarket() string
func (*GetUnsettledRequestV2) GetOwnerAddress ¶ added in v1.8.0
func (x *GetUnsettledRequestV2) GetOwnerAddress() string
func (*GetUnsettledRequestV2) ProtoMessage ¶ added in v1.8.0
func (*GetUnsettledRequestV2) ProtoMessage()
func (*GetUnsettledRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *GetUnsettledRequestV2) ProtoReflect() protoreflect.Message
func (*GetUnsettledRequestV2) Reset ¶ added in v1.8.0
func (x *GetUnsettledRequestV2) Reset()
func (*GetUnsettledRequestV2) String ¶ added in v1.8.0
func (x *GetUnsettledRequestV2) String() string
type GetUnsettledResponse ¶
type GetUnsettledResponse struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Unsettled []*UnsettledAccount `protobuf:"bytes,2,rep,name=unsettled,proto3" json:"unsettled,omitempty"` // contains filtered or unexported fields }
func (*GetUnsettledResponse) Descriptor
deprecated
func (*GetUnsettledResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUnsettledResponse.ProtoReflect.Descriptor instead.
func (*GetUnsettledResponse) GetMarket ¶
func (x *GetUnsettledResponse) GetMarket() string
func (*GetUnsettledResponse) GetUnsettled ¶
func (x *GetUnsettledResponse) GetUnsettled() []*UnsettledAccount
func (*GetUnsettledResponse) ProtoMessage ¶
func (*GetUnsettledResponse) ProtoMessage()
func (*GetUnsettledResponse) ProtoReflect ¶
func (x *GetUnsettledResponse) ProtoReflect() protoreflect.Message
func (*GetUnsettledResponse) Reset ¶
func (x *GetUnsettledResponse) Reset()
func (*GetUnsettledResponse) String ¶
func (x *GetUnsettledResponse) String() string
type GetZetaTransactionStreamRequest ¶ added in v1.9.2
type GetZetaTransactionStreamRequest struct { Instructions []string `protobuf:"bytes,1,rep,name=instructions,proto3" json:"instructions,omitempty"` // contains filtered or unexported fields }
func (*GetZetaTransactionStreamRequest) Descriptor
deprecated
added in
v1.9.2
func (*GetZetaTransactionStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetZetaTransactionStreamRequest.ProtoReflect.Descriptor instead.
func (*GetZetaTransactionStreamRequest) GetInstructions ¶ added in v1.9.2
func (x *GetZetaTransactionStreamRequest) GetInstructions() []string
func (*GetZetaTransactionStreamRequest) ProtoMessage ¶ added in v1.9.2
func (*GetZetaTransactionStreamRequest) ProtoMessage()
func (*GetZetaTransactionStreamRequest) ProtoReflect ¶ added in v1.9.2
func (x *GetZetaTransactionStreamRequest) ProtoReflect() protoreflect.Message
func (*GetZetaTransactionStreamRequest) Reset ¶ added in v1.9.2
func (x *GetZetaTransactionStreamRequest) Reset()
func (*GetZetaTransactionStreamRequest) String ¶ added in v1.9.2
func (x *GetZetaTransactionStreamRequest) String() string
type GetZetaTransactionStreamResponse ¶ added in v1.9.2
type GetZetaTransactionStreamResponse struct { Slot int64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"` Transaction *TransactionZeta `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"` Meta *TransactionMeta `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"` // contains filtered or unexported fields }
func (*GetZetaTransactionStreamResponse) Descriptor
deprecated
added in
v1.9.2
func (*GetZetaTransactionStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetZetaTransactionStreamResponse.ProtoReflect.Descriptor instead.
func (*GetZetaTransactionStreamResponse) GetMeta ¶ added in v1.9.2
func (x *GetZetaTransactionStreamResponse) GetMeta() *TransactionMeta
func (*GetZetaTransactionStreamResponse) GetSlot ¶ added in v1.9.2
func (x *GetZetaTransactionStreamResponse) GetSlot() int64
func (*GetZetaTransactionStreamResponse) GetTransaction ¶ added in v1.9.2
func (x *GetZetaTransactionStreamResponse) GetTransaction() *TransactionZeta
func (*GetZetaTransactionStreamResponse) ProtoMessage ¶ added in v1.9.2
func (*GetZetaTransactionStreamResponse) ProtoMessage()
func (*GetZetaTransactionStreamResponse) ProtoReflect ¶ added in v1.9.2
func (x *GetZetaTransactionStreamResponse) ProtoReflect() protoreflect.Message
func (*GetZetaTransactionStreamResponse) Reset ¶ added in v1.9.2
func (x *GetZetaTransactionStreamResponse) Reset()
func (*GetZetaTransactionStreamResponse) String ¶ added in v1.9.2
func (x *GetZetaTransactionStreamResponse) String() string
type Instruction ¶ added in v1.9.1
type Instruction struct { ProgramIdIndex uint32 `protobuf:"varint,1,opt,name=program_id_index,json=programIdIndex,proto3" json:"program_id_index,omitempty"` Accounts []uint32 `protobuf:"varint,2,rep,packed,name=accounts,proto3" json:"accounts,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Instruction) Descriptor
deprecated
added in
v1.9.1
func (*Instruction) Descriptor() ([]byte, []int)
Deprecated: Use Instruction.ProtoReflect.Descriptor instead.
func (*Instruction) GetAccounts ¶ added in v1.9.1
func (x *Instruction) GetAccounts() []uint32
func (*Instruction) GetData ¶ added in v1.9.1
func (x *Instruction) GetData() []byte
func (*Instruction) GetProgramIdIndex ¶ added in v1.9.1
func (x *Instruction) GetProgramIdIndex() uint32
func (*Instruction) ProtoMessage ¶ added in v1.9.1
func (*Instruction) ProtoMessage()
func (*Instruction) ProtoReflect ¶ added in v1.9.1
func (x *Instruction) ProtoReflect() protoreflect.Message
func (*Instruction) Reset ¶ added in v1.9.1
func (x *Instruction) Reset()
func (*Instruction) String ¶ added in v1.9.1
func (x *Instruction) String() string
type InstructionJupiter ¶ added in v1.9.1
type InstructionJupiter struct { ProgramID string `protobuf:"bytes,1,opt,name=programID,proto3" json:"programID,omitempty"` Accounts []*AccountMeta `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InstructionJupiter) Descriptor
deprecated
added in
v1.9.1
func (*InstructionJupiter) Descriptor() ([]byte, []int)
Deprecated: Use InstructionJupiter.ProtoReflect.Descriptor instead.
func (*InstructionJupiter) GetAccounts ¶ added in v1.9.1
func (x *InstructionJupiter) GetAccounts() []*AccountMeta
func (*InstructionJupiter) GetData ¶ added in v1.9.1
func (x *InstructionJupiter) GetData() []byte
func (*InstructionJupiter) GetProgramID ¶ added in v1.9.1
func (x *InstructionJupiter) GetProgramID() string
func (*InstructionJupiter) ProtoMessage ¶ added in v1.9.1
func (*InstructionJupiter) ProtoMessage()
func (*InstructionJupiter) ProtoReflect ¶ added in v1.9.1
func (x *InstructionJupiter) ProtoReflect() protoreflect.Message
func (*InstructionJupiter) Reset ¶ added in v1.9.1
func (x *InstructionJupiter) Reset()
func (*InstructionJupiter) String ¶ added in v1.9.1
func (x *InstructionJupiter) String() string
type InstructionRaydium ¶ added in v1.9.1
type InstructionRaydium struct { ProgramID string `protobuf:"bytes,1,opt,name=programID,proto3" json:"programID,omitempty"` Accounts []*AccountMeta `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InstructionRaydium) Descriptor
deprecated
added in
v1.9.1
func (*InstructionRaydium) Descriptor() ([]byte, []int)
Deprecated: Use InstructionRaydium.ProtoReflect.Descriptor instead.
func (*InstructionRaydium) GetAccounts ¶ added in v1.9.1
func (x *InstructionRaydium) GetAccounts() []*AccountMeta
func (*InstructionRaydium) GetData ¶ added in v1.9.1
func (x *InstructionRaydium) GetData() []byte
func (*InstructionRaydium) GetProgramID ¶ added in v1.9.1
func (x *InstructionRaydium) GetProgramID() string
func (*InstructionRaydium) ProtoMessage ¶ added in v1.9.1
func (*InstructionRaydium) ProtoMessage()
func (*InstructionRaydium) ProtoReflect ¶ added in v1.9.1
func (x *InstructionRaydium) ProtoReflect() protoreflect.Message
func (*InstructionRaydium) Reset ¶ added in v1.9.1
func (x *InstructionRaydium) Reset()
func (*InstructionRaydium) String ¶ added in v1.9.1
func (x *InstructionRaydium) String() string
type InstructionRequest ¶ added in v1.9.2
type InstructionRequest struct { ProgramIdIndex uint32 `protobuf:"varint,1,opt,name=program_id_index,json=programIdIndex,proto3" json:"program_id_index,omitempty"` // contains filtered or unexported fields }
func (*InstructionRequest) Descriptor
deprecated
added in
v1.9.2
func (*InstructionRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstructionRequest.ProtoReflect.Descriptor instead.
func (*InstructionRequest) GetProgramIdIndex ¶ added in v1.9.2
func (x *InstructionRequest) GetProgramIdIndex() uint32
func (*InstructionRequest) ProtoMessage ¶ added in v1.9.2
func (*InstructionRequest) ProtoMessage()
func (*InstructionRequest) ProtoReflect ¶ added in v1.9.2
func (x *InstructionRequest) ProtoReflect() protoreflect.Message
func (*InstructionRequest) Reset ¶ added in v1.9.2
func (x *InstructionRequest) Reset()
func (*InstructionRequest) String ¶ added in v1.9.2
func (x *InstructionRequest) String() string
type JupiterQuoteRoute ¶ added in v1.8.0
type JupiterQuoteRoute struct { InAmount float64 `protobuf:"fixed64,1,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` Steps []*JupiterQuoteStep `protobuf:"bytes,4,rep,name=steps,proto3" json:"steps,omitempty"` // contains filtered or unexported fields }
func (*JupiterQuoteRoute) Descriptor
deprecated
added in
v1.8.0
func (*JupiterQuoteRoute) Descriptor() ([]byte, []int)
Deprecated: Use JupiterQuoteRoute.ProtoReflect.Descriptor instead.
func (*JupiterQuoteRoute) GetInAmount ¶ added in v1.8.0
func (x *JupiterQuoteRoute) GetInAmount() float64
func (*JupiterQuoteRoute) GetOutAmount ¶ added in v1.8.0
func (x *JupiterQuoteRoute) GetOutAmount() float64
func (*JupiterQuoteRoute) GetOutAmountMin ¶ added in v1.8.0
func (x *JupiterQuoteRoute) GetOutAmountMin() float64
func (*JupiterQuoteRoute) GetSteps ¶ added in v1.8.0
func (x *JupiterQuoteRoute) GetSteps() []*JupiterQuoteStep
func (*JupiterQuoteRoute) ProtoMessage ¶ added in v1.8.0
func (*JupiterQuoteRoute) ProtoMessage()
func (*JupiterQuoteRoute) ProtoReflect ¶ added in v1.8.0
func (x *JupiterQuoteRoute) ProtoReflect() protoreflect.Message
func (*JupiterQuoteRoute) Reset ¶ added in v1.8.0
func (x *JupiterQuoteRoute) Reset()
func (*JupiterQuoteRoute) String ¶ added in v1.8.0
func (x *JupiterQuoteRoute) String() string
type JupiterQuoteStep ¶ added in v1.8.0
type JupiterQuoteStep struct { Project *StepProject `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` InToken string `protobuf:"bytes,2,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,3,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,4,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,5,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,6,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,7,opt,name=outAmount,proto3" json:"outAmount,omitempty"` Slippage float64 `protobuf:"fixed64,8,opt,name=slippage,proto3" json:"slippage,omitempty"` PriceImpactPercent *common.PriceImpactPercentV2 `protobuf:"bytes,9,opt,name=priceImpactPercent,proto3" json:"priceImpactPercent,omitempty"` Fee *common.Fee `protobuf:"bytes,10,opt,name=fee,proto3" json:"fee,omitempty"` OutAmountMin float64 `protobuf:"fixed64,11,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` // contains filtered or unexported fields }
func (*JupiterQuoteStep) Descriptor
deprecated
added in
v1.8.0
func (*JupiterQuoteStep) Descriptor() ([]byte, []int)
Deprecated: Use JupiterQuoteStep.ProtoReflect.Descriptor instead.
func (*JupiterQuoteStep) GetFee ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetFee() *common.Fee
func (*JupiterQuoteStep) GetInAmount ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetInAmount() float64
func (*JupiterQuoteStep) GetInToken ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetInToken() string
func (*JupiterQuoteStep) GetInTokenAddress ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetInTokenAddress() string
func (*JupiterQuoteStep) GetOutAmount ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetOutAmount() float64
func (*JupiterQuoteStep) GetOutAmountMin ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetOutAmountMin() float64
func (*JupiterQuoteStep) GetOutToken ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetOutToken() string
func (*JupiterQuoteStep) GetOutTokenAddress ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetOutTokenAddress() string
func (*JupiterQuoteStep) GetPriceImpactPercent ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetPriceImpactPercent() *common.PriceImpactPercentV2
func (*JupiterQuoteStep) GetProject ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetProject() *StepProject
func (*JupiterQuoteStep) GetSlippage ¶ added in v1.8.0
func (x *JupiterQuoteStep) GetSlippage() float64
func (*JupiterQuoteStep) ProtoMessage ¶ added in v1.8.0
func (*JupiterQuoteStep) ProtoMessage()
func (*JupiterQuoteStep) ProtoReflect ¶ added in v1.8.0
func (x *JupiterQuoteStep) ProtoReflect() protoreflect.Message
func (*JupiterQuoteStep) Reset ¶ added in v1.8.0
func (x *JupiterQuoteStep) Reset()
func (*JupiterQuoteStep) String ¶ added in v1.8.0
func (x *JupiterQuoteStep) String() string
type JupiterRouteStep ¶ added in v1.8.0
type JupiterRouteStep struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InAmount float64 `protobuf:"fixed64,2,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutAmount float64 `protobuf:"fixed64,4,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,5,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` Project *StepProject `protobuf:"bytes,6,opt,name=project,proto3" json:"project,omitempty"` Fee *common.Fee `protobuf:"bytes,7,opt,name=fee,proto3" json:"fee,omitempty"` // contains filtered or unexported fields }
func (*JupiterRouteStep) Descriptor
deprecated
added in
v1.8.0
func (*JupiterRouteStep) Descriptor() ([]byte, []int)
Deprecated: Use JupiterRouteStep.ProtoReflect.Descriptor instead.
func (*JupiterRouteStep) GetFee ¶ added in v1.9.1
func (x *JupiterRouteStep) GetFee() *common.Fee
func (*JupiterRouteStep) GetInAmount ¶ added in v1.8.0
func (x *JupiterRouteStep) GetInAmount() float64
func (*JupiterRouteStep) GetInToken ¶ added in v1.8.0
func (x *JupiterRouteStep) GetInToken() string
func (*JupiterRouteStep) GetOutAmount ¶ added in v1.8.0
func (x *JupiterRouteStep) GetOutAmount() float64
func (*JupiterRouteStep) GetOutAmountMin ¶ added in v1.8.0
func (x *JupiterRouteStep) GetOutAmountMin() float64
func (*JupiterRouteStep) GetOutToken ¶ added in v1.8.0
func (x *JupiterRouteStep) GetOutToken() string
func (*JupiterRouteStep) GetProject ¶ added in v1.8.0
func (x *JupiterRouteStep) GetProject() *StepProject
func (*JupiterRouteStep) ProtoMessage ¶ added in v1.8.0
func (*JupiterRouteStep) ProtoMessage()
func (*JupiterRouteStep) ProtoReflect ¶ added in v1.8.0
func (x *JupiterRouteStep) ProtoReflect() protoreflect.Message
func (*JupiterRouteStep) Reset ¶ added in v1.8.0
func (x *JupiterRouteStep) Reset()
func (*JupiterRouteStep) String ¶ added in v1.8.0
func (x *JupiterRouteStep) String() string
type LiquidityPoolKeys ¶ added in v1.9.2
type LiquidityPoolKeys struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` BaseMint string `protobuf:"bytes,2,opt,name=baseMint,proto3" json:"baseMint,omitempty"` QuoteMint string `protobuf:"bytes,3,opt,name=quoteMint,proto3" json:"quoteMint,omitempty"` LpMint string `protobuf:"bytes,4,opt,name=lpMint,proto3" json:"lpMint,omitempty"` Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` ProgramID string `protobuf:"bytes,6,opt,name=programID,proto3" json:"programID,omitempty"` Authority string `protobuf:"bytes,7,opt,name=authority,proto3" json:"authority,omitempty"` BaseVault string `protobuf:"bytes,8,opt,name=baseVault,proto3" json:"baseVault,omitempty"` QuoteVault string `protobuf:"bytes,9,opt,name=quoteVault,proto3" json:"quoteVault,omitempty"` LpVault string `protobuf:"bytes,10,opt,name=lpVault,proto3" json:"lpVault,omitempty"` OpenOrders string `protobuf:"bytes,11,opt,name=openOrders,proto3" json:"openOrders,omitempty"` TargetOrders string `protobuf:"bytes,12,opt,name=targetOrders,proto3" json:"targetOrders,omitempty"` WithdrawQueue string `protobuf:"bytes,13,opt,name=withdrawQueue,proto3" json:"withdrawQueue,omitempty"` MarketVersion uint32 `protobuf:"varint,14,opt,name=marketVersion,proto3" json:"marketVersion,omitempty"` MarketProgramID string `protobuf:"bytes,15,opt,name=marketProgramID,proto3" json:"marketProgramID,omitempty"` MarketID string `protobuf:"bytes,16,opt,name=marketID,proto3" json:"marketID,omitempty"` MarketAuthority string `protobuf:"bytes,17,opt,name=marketAuthority,proto3" json:"marketAuthority,omitempty"` MarketBaseVault string `protobuf:"bytes,18,opt,name=marketBaseVault,proto3" json:"marketBaseVault,omitempty"` MarketQuoteVault string `protobuf:"bytes,19,opt,name=marketQuoteVault,proto3" json:"marketQuoteVault,omitempty"` MarketBids string `protobuf:"bytes,20,opt,name=marketBids,proto3" json:"marketBids,omitempty"` MarketAsks string `protobuf:"bytes,21,opt,name=marketAsks,proto3" json:"marketAsks,omitempty"` MarketEventQueue string `protobuf:"bytes,22,opt,name=marketEventQueue,proto3" json:"marketEventQueue,omitempty"` TradeFeeRate uint64 `protobuf:"varint,23,opt,name=tradeFeeRate,proto3" json:"tradeFeeRate,omitempty"` // contains filtered or unexported fields }
func (*LiquidityPoolKeys) Descriptor
deprecated
added in
v1.9.2
func (*LiquidityPoolKeys) Descriptor() ([]byte, []int)
Deprecated: Use LiquidityPoolKeys.ProtoReflect.Descriptor instead.
func (*LiquidityPoolKeys) GetAuthority ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetAuthority() string
func (*LiquidityPoolKeys) GetBaseMint ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetBaseMint() string
func (*LiquidityPoolKeys) GetBaseVault ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetBaseVault() string
func (*LiquidityPoolKeys) GetId ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetId() string
func (*LiquidityPoolKeys) GetLpMint ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetLpMint() string
func (*LiquidityPoolKeys) GetLpVault ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetLpVault() string
func (*LiquidityPoolKeys) GetMarketAsks ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketAsks() string
func (*LiquidityPoolKeys) GetMarketAuthority ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketAuthority() string
func (*LiquidityPoolKeys) GetMarketBaseVault ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketBaseVault() string
func (*LiquidityPoolKeys) GetMarketBids ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketBids() string
func (*LiquidityPoolKeys) GetMarketEventQueue ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketEventQueue() string
func (*LiquidityPoolKeys) GetMarketID ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketID() string
func (*LiquidityPoolKeys) GetMarketProgramID ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketProgramID() string
func (*LiquidityPoolKeys) GetMarketQuoteVault ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketQuoteVault() string
func (*LiquidityPoolKeys) GetMarketVersion ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetMarketVersion() uint32
func (*LiquidityPoolKeys) GetOpenOrders ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetOpenOrders() string
func (*LiquidityPoolKeys) GetProgramID ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetProgramID() string
func (*LiquidityPoolKeys) GetQuoteMint ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetQuoteMint() string
func (*LiquidityPoolKeys) GetQuoteVault ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetQuoteVault() string
func (*LiquidityPoolKeys) GetTargetOrders ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetTargetOrders() string
func (*LiquidityPoolKeys) GetTradeFeeRate ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetTradeFeeRate() uint64
func (*LiquidityPoolKeys) GetVersion ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetVersion() uint32
func (*LiquidityPoolKeys) GetWithdrawQueue ¶ added in v1.9.2
func (x *LiquidityPoolKeys) GetWithdrawQueue() string
func (*LiquidityPoolKeys) ProtoMessage ¶ added in v1.9.2
func (*LiquidityPoolKeys) ProtoMessage()
func (*LiquidityPoolKeys) ProtoReflect ¶ added in v1.9.2
func (x *LiquidityPoolKeys) ProtoReflect() protoreflect.Message
func (*LiquidityPoolKeys) Reset ¶ added in v1.9.2
func (x *LiquidityPoolKeys) Reset()
func (*LiquidityPoolKeys) String ¶ added in v1.9.2
func (x *LiquidityPoolKeys) String() string
type Market ¶
type Market struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Status MarketStatus `protobuf:"varint,2,opt,name=status,proto3,enum=api.MarketStatus" json:"status,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` BaseMint string `protobuf:"bytes,4,opt,name=baseMint,proto3" json:"baseMint,omitempty"` QuotedMint string `protobuf:"bytes,5,opt,name=quotedMint,proto3" json:"quotedMint,omitempty"` BaseDecimals int64 `protobuf:"varint,6,opt,name=baseDecimals,proto3" json:"baseDecimals,omitempty"` QuoteDecimals int64 `protobuf:"varint,7,opt,name=quoteDecimals,proto3" json:"quoteDecimals,omitempty"` Project Project `protobuf:"varint,8,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*Market) Descriptor
deprecated
func (*Market) GetAddress ¶
func (*Market) GetBaseDecimals ¶
func (*Market) GetBaseMint ¶
func (*Market) GetProject ¶ added in v1.3.0
func (*Market) GetQuoteDecimals ¶
func (*Market) GetQuotedMint ¶
func (*Market) GetStatus ¶
func (x *Market) GetStatus() MarketStatus
func (*Market) ProtoMessage ¶
func (*Market) ProtoMessage()
func (*Market) ProtoReflect ¶
func (x *Market) ProtoReflect() protoreflect.Message
type MarketDepthItem ¶ added in v1.5.0
type MarketDepthItem struct { Price float64 `protobuf:"fixed64,1,opt,name=price,proto3" json:"price,omitempty"` Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
func (*MarketDepthItem) Descriptor
deprecated
added in
v1.5.0
func (*MarketDepthItem) Descriptor() ([]byte, []int)
Deprecated: Use MarketDepthItem.ProtoReflect.Descriptor instead.
func (*MarketDepthItem) GetPrice ¶ added in v1.5.0
func (x *MarketDepthItem) GetPrice() float64
func (*MarketDepthItem) GetSize ¶ added in v1.5.0
func (x *MarketDepthItem) GetSize() float64
func (*MarketDepthItem) ProtoMessage ¶ added in v1.5.0
func (*MarketDepthItem) ProtoMessage()
func (*MarketDepthItem) ProtoReflect ¶ added in v1.5.0
func (x *MarketDepthItem) ProtoReflect() protoreflect.Message
func (*MarketDepthItem) Reset ¶ added in v1.5.0
func (x *MarketDepthItem) Reset()
func (*MarketDepthItem) String ¶ added in v1.5.0
func (x *MarketDepthItem) String() string
type MarketDepthItemV2 ¶ added in v1.8.0
type MarketDepthItemV2 struct { Price float64 `protobuf:"fixed64,1,opt,name=price,proto3" json:"price,omitempty"` Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
func (*MarketDepthItemV2) Descriptor
deprecated
added in
v1.8.0
func (*MarketDepthItemV2) Descriptor() ([]byte, []int)
Deprecated: Use MarketDepthItemV2.ProtoReflect.Descriptor instead.
func (*MarketDepthItemV2) GetPrice ¶ added in v1.8.0
func (x *MarketDepthItemV2) GetPrice() float64
func (*MarketDepthItemV2) GetSize ¶ added in v1.8.0
func (x *MarketDepthItemV2) GetSize() float64
func (*MarketDepthItemV2) ProtoMessage ¶ added in v1.8.0
func (*MarketDepthItemV2) ProtoMessage()
func (*MarketDepthItemV2) ProtoReflect ¶ added in v1.8.0
func (x *MarketDepthItemV2) ProtoReflect() protoreflect.Message
func (*MarketDepthItemV2) Reset ¶ added in v1.8.0
func (x *MarketDepthItemV2) Reset()
func (*MarketDepthItemV2) String ¶ added in v1.8.0
func (x *MarketDepthItemV2) String() string
type MarketStatus ¶
type MarketStatus int32
const ( MarketStatus_MS_UNKNOWN MarketStatus = 0 // unknown MarketStatus_MS_ONLINE MarketStatus = 1 // online )
func (MarketStatus) Descriptor ¶
func (MarketStatus) Descriptor() protoreflect.EnumDescriptor
func (MarketStatus) Enum ¶
func (x MarketStatus) Enum() *MarketStatus
func (MarketStatus) EnumDescriptor
deprecated
func (MarketStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use MarketStatus.Descriptor instead.
func (MarketStatus) Number ¶
func (x MarketStatus) Number() protoreflect.EnumNumber
func (MarketStatus) String ¶
func (x MarketStatus) String() string
func (MarketStatus) Type ¶
func (MarketStatus) Type() protoreflect.EnumType
type MarketV2 ¶ added in v1.8.0
type MarketV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` BaseMint string `protobuf:"bytes,4,opt,name=baseMint,proto3" json:"baseMint,omitempty"` QuotedMint string `protobuf:"bytes,5,opt,name=quotedMint,proto3" json:"quotedMint,omitempty"` BaseDecimals int64 `protobuf:"varint,6,opt,name=baseDecimals,proto3" json:"baseDecimals,omitempty"` QuoteDecimals int64 `protobuf:"varint,7,opt,name=quoteDecimals,proto3" json:"quoteDecimals,omitempty"` // contains filtered or unexported fields }
func (*MarketV2) Descriptor
deprecated
added in
v1.8.0
func (*MarketV2) GetAddress ¶ added in v1.8.0
func (*MarketV2) GetBaseDecimals ¶ added in v1.8.0
func (*MarketV2) GetBaseMint ¶ added in v1.8.0
func (*MarketV2) GetQuoteDecimals ¶ added in v1.8.0
func (*MarketV2) GetQuotedMint ¶ added in v1.8.0
func (*MarketV2) ProtoMessage ¶ added in v1.8.0
func (*MarketV2) ProtoMessage()
func (*MarketV2) ProtoReflect ¶ added in v1.8.0
func (x *MarketV2) ProtoReflect() protoreflect.Message
type Order ¶
type Order struct { OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` Side Side `protobuf:"varint,3,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` Types []common.OrderType `protobuf:"varint,4,rep,packed,name=types,proto3,enum=common.OrderType" json:"types,omitempty"` Price float64 `protobuf:"fixed64,5,opt,name=price,proto3" json:"price,omitempty"` RemainingSize float64 `protobuf:"fixed64,6,opt,name=remainingSize,proto3" json:"remainingSize,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` ClientOrderID string `protobuf:"bytes,8,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` OpenOrderAccount string `protobuf:"bytes,9,opt,name=openOrderAccount,proto3" json:"openOrderAccount,omitempty"` // contains filtered or unexported fields }
func (*Order) Descriptor
deprecated
func (*Order) GetClientOrderID ¶
func (*Order) GetCreatedAt ¶
func (*Order) GetOpenOrderAccount ¶
func (*Order) GetOrderID ¶
func (*Order) GetRemainingSize ¶
func (*Order) ProtoMessage ¶
func (*Order) ProtoMessage()
func (*Order) ProtoReflect ¶
func (x *Order) ProtoReflect() protoreflect.Message
type OrderStatus ¶
type OrderStatus int32
const ( OrderStatus_OS_UNKNOWN OrderStatus = 0 OrderStatus_OS_OPEN OrderStatus = 1 OrderStatus_OS_PARTIAL_FILL OrderStatus = 2 OrderStatus_OS_CANCELLED OrderStatus = 3 OrderStatus_OS_FILLED OrderStatus = 4 )
func (OrderStatus) Descriptor ¶
func (OrderStatus) Descriptor() protoreflect.EnumDescriptor
func (OrderStatus) Enum ¶
func (x OrderStatus) Enum() *OrderStatus
func (OrderStatus) EnumDescriptor
deprecated
func (OrderStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrderStatus.Descriptor instead.
func (OrderStatus) Number ¶
func (x OrderStatus) Number() protoreflect.EnumNumber
func (OrderStatus) String ¶
func (x OrderStatus) String() string
func (OrderStatus) Type ¶
func (OrderStatus) Type() protoreflect.EnumType
type OrderV2 ¶ added in v1.9.0
type OrderV2 struct { OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` Side string `protobuf:"bytes,3,opt,name=side,proto3" json:"side,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Price float64 `protobuf:"fixed64,5,opt,name=price,proto3" json:"price,omitempty"` RemainingSize float64 `protobuf:"fixed64,6,opt,name=remainingSize,proto3" json:"remainingSize,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` ClientOrderID string `protobuf:"bytes,8,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` OpenOrderAccount string `protobuf:"bytes,9,opt,name=openOrderAccount,proto3" json:"openOrderAccount,omitempty"` // contains filtered or unexported fields }
func (*OrderV2) Descriptor
deprecated
added in
v1.9.0
func (*OrderV2) GetClientOrderID ¶ added in v1.9.0
func (*OrderV2) GetCreatedAt ¶ added in v1.9.0
func (*OrderV2) GetOpenOrderAccount ¶ added in v1.9.0
func (*OrderV2) GetOrderID ¶ added in v1.9.0
func (*OrderV2) GetRemainingSize ¶ added in v1.9.0
func (*OrderV2) ProtoMessage ¶ added in v1.9.0
func (*OrderV2) ProtoMessage()
func (*OrderV2) ProtoReflect ¶ added in v1.9.0
func (x *OrderV2) ProtoReflect() protoreflect.Message
type OrderbookItem ¶
type OrderbookItem struct { Price float64 `protobuf:"fixed64,1,opt,name=price,proto3" json:"price,omitempty"` Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"` OrderID string `protobuf:"bytes,3,opt,name=orderID,proto3" json:"orderID,omitempty"` ClientOrderID uint64 `protobuf:"varint,4,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` OwnerAddress string `protobuf:"bytes,5,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` // contains filtered or unexported fields }
func (*OrderbookItem) Descriptor
deprecated
func (*OrderbookItem) Descriptor() ([]byte, []int)
Deprecated: Use OrderbookItem.ProtoReflect.Descriptor instead.
func (*OrderbookItem) GetClientOrderID ¶ added in v1.5.0
func (x *OrderbookItem) GetClientOrderID() uint64
func (*OrderbookItem) GetOrderID ¶ added in v1.5.0
func (x *OrderbookItem) GetOrderID() string
func (*OrderbookItem) GetOwnerAddress ¶ added in v1.5.0
func (x *OrderbookItem) GetOwnerAddress() string
func (*OrderbookItem) GetPrice ¶
func (x *OrderbookItem) GetPrice() float64
func (*OrderbookItem) GetSize ¶
func (x *OrderbookItem) GetSize() float64
func (*OrderbookItem) ProtoMessage ¶
func (*OrderbookItem) ProtoMessage()
func (*OrderbookItem) ProtoReflect ¶
func (x *OrderbookItem) ProtoReflect() protoreflect.Message
func (*OrderbookItem) Reset ¶
func (x *OrderbookItem) Reset()
func (*OrderbookItem) String ¶
func (x *OrderbookItem) String() string
type OrderbookItemV2 ¶ added in v1.8.0
type OrderbookItemV2 struct { Price float64 `protobuf:"fixed64,1,opt,name=price,proto3" json:"price,omitempty"` Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"` OrderID string `protobuf:"bytes,3,opt,name=orderID,proto3" json:"orderID,omitempty"` ClientOrderID uint64 `protobuf:"varint,4,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` OwnerAddress string `protobuf:"bytes,5,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` // contains filtered or unexported fields }
func (*OrderbookItemV2) Descriptor
deprecated
added in
v1.8.0
func (*OrderbookItemV2) Descriptor() ([]byte, []int)
Deprecated: Use OrderbookItemV2.ProtoReflect.Descriptor instead.
func (*OrderbookItemV2) GetClientOrderID ¶ added in v1.8.0
func (x *OrderbookItemV2) GetClientOrderID() uint64
func (*OrderbookItemV2) GetOrderID ¶ added in v1.8.0
func (x *OrderbookItemV2) GetOrderID() string
func (*OrderbookItemV2) GetOwnerAddress ¶ added in v1.8.0
func (x *OrderbookItemV2) GetOwnerAddress() string
func (*OrderbookItemV2) GetPrice ¶ added in v1.8.0
func (x *OrderbookItemV2) GetPrice() float64
func (*OrderbookItemV2) GetSize ¶ added in v1.8.0
func (x *OrderbookItemV2) GetSize() float64
func (*OrderbookItemV2) ProtoMessage ¶ added in v1.8.0
func (*OrderbookItemV2) ProtoMessage()
func (*OrderbookItemV2) ProtoReflect ¶ added in v1.8.0
func (x *OrderbookItemV2) ProtoReflect() protoreflect.Message
func (*OrderbookItemV2) Reset ¶ added in v1.8.0
func (x *OrderbookItemV2) Reset()
func (*OrderbookItemV2) String ¶ added in v1.8.0
func (x *OrderbookItemV2) String() string
type PoolReserves ¶
type PoolReserves struct { Token1Reserves string `protobuf:"bytes,1,opt,name=token1Reserves,proto3" json:"token1Reserves,omitempty"` Token1Address string `protobuf:"bytes,2,opt,name=token1Address,proto3" json:"token1Address,omitempty"` Token2Reserves string `protobuf:"bytes,3,opt,name=token2Reserves,proto3" json:"token2Reserves,omitempty"` Token2Address string `protobuf:"bytes,4,opt,name=token2Address,proto3" json:"token2Address,omitempty"` PoolAddress string `protobuf:"bytes,5,opt,name=poolAddress,proto3" json:"poolAddress,omitempty"` Project Project `protobuf:"varint,6,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PoolReserves) Descriptor
deprecated
func (*PoolReserves) Descriptor() ([]byte, []int)
Deprecated: Use PoolReserves.ProtoReflect.Descriptor instead.
func (*PoolReserves) GetPoolAddress ¶
func (x *PoolReserves) GetPoolAddress() string
func (*PoolReserves) GetProject ¶
func (x *PoolReserves) GetProject() Project
func (*PoolReserves) GetToken1Address ¶
func (x *PoolReserves) GetToken1Address() string
func (*PoolReserves) GetToken1Reserves ¶
func (x *PoolReserves) GetToken1Reserves() string
func (*PoolReserves) GetToken2Address ¶
func (x *PoolReserves) GetToken2Address() string
func (*PoolReserves) GetToken2Reserves ¶
func (x *PoolReserves) GetToken2Reserves() string
func (*PoolReserves) ProtoMessage ¶
func (*PoolReserves) ProtoMessage()
func (*PoolReserves) ProtoReflect ¶
func (x *PoolReserves) ProtoReflect() protoreflect.Message
func (*PoolReserves) Reset ¶
func (x *PoolReserves) Reset()
func (*PoolReserves) String ¶
func (x *PoolReserves) String() string
type PostCancelAllRequest ¶
type PostCancelAllRequest struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` OpenOrdersAddresses []string `protobuf:"bytes,3,rep,name=openOrdersAddresses,proto3" json:"openOrdersAddresses,omitempty"` ComputeLimit uint32 `protobuf:"varint,4,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,5,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,6,opt,name=tip,proto3,oneof" json:"tip,omitempty"` Project Project `protobuf:"varint,7,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PostCancelAllRequest) Descriptor
deprecated
func (*PostCancelAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelAllRequest.ProtoReflect.Descriptor instead.
func (*PostCancelAllRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostCancelAllRequest) GetComputeLimit() uint32
func (*PostCancelAllRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostCancelAllRequest) GetComputePrice() uint64
func (*PostCancelAllRequest) GetMarket ¶
func (x *PostCancelAllRequest) GetMarket() string
func (*PostCancelAllRequest) GetOpenOrdersAddresses ¶
func (x *PostCancelAllRequest) GetOpenOrdersAddresses() []string
func (*PostCancelAllRequest) GetOwnerAddress ¶
func (x *PostCancelAllRequest) GetOwnerAddress() string
func (*PostCancelAllRequest) GetProject ¶ added in v1.3.0
func (x *PostCancelAllRequest) GetProject() Project
func (*PostCancelAllRequest) GetTip ¶ added in v1.9.1
func (x *PostCancelAllRequest) GetTip() uint64
func (*PostCancelAllRequest) ProtoMessage ¶
func (*PostCancelAllRequest) ProtoMessage()
func (*PostCancelAllRequest) ProtoReflect ¶
func (x *PostCancelAllRequest) ProtoReflect() protoreflect.Message
func (*PostCancelAllRequest) Reset ¶
func (x *PostCancelAllRequest) Reset()
func (*PostCancelAllRequest) String ¶
func (x *PostCancelAllRequest) String() string
type PostCancelAllResponse ¶
type PostCancelAllResponse struct { Transactions []*TransactionMessage `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*PostCancelAllResponse) Descriptor
deprecated
func (*PostCancelAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelAllResponse.ProtoReflect.Descriptor instead.
func (*PostCancelAllResponse) GetTransactions ¶
func (x *PostCancelAllResponse) GetTransactions() []*TransactionMessage
func (*PostCancelAllResponse) ProtoMessage ¶
func (*PostCancelAllResponse) ProtoMessage()
func (*PostCancelAllResponse) ProtoReflect ¶
func (x *PostCancelAllResponse) ProtoReflect() protoreflect.Message
func (*PostCancelAllResponse) Reset ¶
func (x *PostCancelAllResponse) Reset()
func (*PostCancelAllResponse) String ¶
func (x *PostCancelAllResponse) String() string
type PostCancelByClientOrderIDRequest ¶
type PostCancelByClientOrderIDRequest struct { ClientOrderID uint64 `protobuf:"varint,1,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` OwnerAddress string `protobuf:"bytes,3,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` OpenOrdersAddress string `protobuf:"bytes,4,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ComputeLimit uint32 `protobuf:"varint,5,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,6,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,7,opt,name=tip,proto3,oneof" json:"tip,omitempty"` Project Project `protobuf:"varint,8,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PostCancelByClientOrderIDRequest) Descriptor
deprecated
func (*PostCancelByClientOrderIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelByClientOrderIDRequest.ProtoReflect.Descriptor instead.
func (*PostCancelByClientOrderIDRequest) GetClientOrderID ¶
func (x *PostCancelByClientOrderIDRequest) GetClientOrderID() uint64
func (*PostCancelByClientOrderIDRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostCancelByClientOrderIDRequest) GetComputeLimit() uint32
func (*PostCancelByClientOrderIDRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostCancelByClientOrderIDRequest) GetComputePrice() uint64
func (*PostCancelByClientOrderIDRequest) GetMarketAddress ¶
func (x *PostCancelByClientOrderIDRequest) GetMarketAddress() string
func (*PostCancelByClientOrderIDRequest) GetOpenOrdersAddress ¶
func (x *PostCancelByClientOrderIDRequest) GetOpenOrdersAddress() string
func (*PostCancelByClientOrderIDRequest) GetOwnerAddress ¶
func (x *PostCancelByClientOrderIDRequest) GetOwnerAddress() string
func (*PostCancelByClientOrderIDRequest) GetProject ¶ added in v1.3.0
func (x *PostCancelByClientOrderIDRequest) GetProject() Project
func (*PostCancelByClientOrderIDRequest) GetTip ¶ added in v1.9.1
func (x *PostCancelByClientOrderIDRequest) GetTip() uint64
func (*PostCancelByClientOrderIDRequest) ProtoMessage ¶
func (*PostCancelByClientOrderIDRequest) ProtoMessage()
func (*PostCancelByClientOrderIDRequest) ProtoReflect ¶
func (x *PostCancelByClientOrderIDRequest) ProtoReflect() protoreflect.Message
func (*PostCancelByClientOrderIDRequest) Reset ¶
func (x *PostCancelByClientOrderIDRequest) Reset()
func (*PostCancelByClientOrderIDRequest) String ¶
func (x *PostCancelByClientOrderIDRequest) String() string
type PostCancelOrderRequest ¶
type PostCancelOrderRequest struct { OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"` Side Side `protobuf:"varint,2,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` MarketAddress string `protobuf:"bytes,3,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` OwnerAddress string `protobuf:"bytes,4,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` OpenOrdersAddress string `protobuf:"bytes,5,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ComputeLimit uint32 `protobuf:"varint,6,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,8,opt,name=tip,proto3,oneof" json:"tip,omitempty"` Project Project `protobuf:"varint,9,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PostCancelOrderRequest) Descriptor
deprecated
func (*PostCancelOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelOrderRequest.ProtoReflect.Descriptor instead.
func (*PostCancelOrderRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostCancelOrderRequest) GetComputeLimit() uint32
func (*PostCancelOrderRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostCancelOrderRequest) GetComputePrice() uint64
func (*PostCancelOrderRequest) GetMarketAddress ¶
func (x *PostCancelOrderRequest) GetMarketAddress() string
func (*PostCancelOrderRequest) GetOpenOrdersAddress ¶
func (x *PostCancelOrderRequest) GetOpenOrdersAddress() string
func (*PostCancelOrderRequest) GetOrderID ¶
func (x *PostCancelOrderRequest) GetOrderID() string
func (*PostCancelOrderRequest) GetOwnerAddress ¶
func (x *PostCancelOrderRequest) GetOwnerAddress() string
func (*PostCancelOrderRequest) GetProject ¶ added in v1.3.0
func (x *PostCancelOrderRequest) GetProject() Project
func (*PostCancelOrderRequest) GetSide ¶
func (x *PostCancelOrderRequest) GetSide() Side
func (*PostCancelOrderRequest) GetTip ¶ added in v1.9.1
func (x *PostCancelOrderRequest) GetTip() uint64
func (*PostCancelOrderRequest) ProtoMessage ¶
func (*PostCancelOrderRequest) ProtoMessage()
func (*PostCancelOrderRequest) ProtoReflect ¶
func (x *PostCancelOrderRequest) ProtoReflect() protoreflect.Message
func (*PostCancelOrderRequest) Reset ¶
func (x *PostCancelOrderRequest) Reset()
func (*PostCancelOrderRequest) String ¶
func (x *PostCancelOrderRequest) String() string
type PostCancelOrderRequestV2 ¶ added in v1.8.0
type PostCancelOrderRequestV2 struct { OrderID string `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"` Side string `protobuf:"bytes,2,opt,name=side,proto3" json:"side,omitempty"` MarketAddress string `protobuf:"bytes,3,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` OwnerAddress string `protobuf:"bytes,4,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` OpenOrdersAddress string `protobuf:"bytes,5,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ClientOrderID uint64 `protobuf:"varint,6,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` ComputeLimit uint32 `protobuf:"varint,7,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,8,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,9,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostCancelOrderRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*PostCancelOrderRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelOrderRequestV2.ProtoReflect.Descriptor instead.
func (*PostCancelOrderRequestV2) GetClientOrderID ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) GetClientOrderID() uint64
func (*PostCancelOrderRequestV2) GetComputeLimit ¶ added in v1.9.0
func (x *PostCancelOrderRequestV2) GetComputeLimit() uint32
func (*PostCancelOrderRequestV2) GetComputePrice ¶ added in v1.9.0
func (x *PostCancelOrderRequestV2) GetComputePrice() uint64
func (*PostCancelOrderRequestV2) GetMarketAddress ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) GetMarketAddress() string
func (*PostCancelOrderRequestV2) GetOpenOrdersAddress ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) GetOpenOrdersAddress() string
func (*PostCancelOrderRequestV2) GetOrderID ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) GetOrderID() string
func (*PostCancelOrderRequestV2) GetOwnerAddress ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) GetOwnerAddress() string
func (*PostCancelOrderRequestV2) GetSide ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) GetSide() string
func (*PostCancelOrderRequestV2) GetTip ¶ added in v1.9.1
func (x *PostCancelOrderRequestV2) GetTip() uint64
func (*PostCancelOrderRequestV2) ProtoMessage ¶ added in v1.8.0
func (*PostCancelOrderRequestV2) ProtoMessage()
func (*PostCancelOrderRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) ProtoReflect() protoreflect.Message
func (*PostCancelOrderRequestV2) Reset ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) Reset()
func (*PostCancelOrderRequestV2) String ¶ added in v1.8.0
func (x *PostCancelOrderRequestV2) String() string
type PostCancelOrderResponse ¶
type PostCancelOrderResponse struct { Transaction *TransactionMessage `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` // contains filtered or unexported fields }
func (*PostCancelOrderResponse) Descriptor
deprecated
func (*PostCancelOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelOrderResponse.ProtoReflect.Descriptor instead.
func (*PostCancelOrderResponse) GetTransaction ¶
func (x *PostCancelOrderResponse) GetTransaction() *TransactionMessage
func (*PostCancelOrderResponse) ProtoMessage ¶
func (*PostCancelOrderResponse) ProtoMessage()
func (*PostCancelOrderResponse) ProtoReflect ¶
func (x *PostCancelOrderResponse) ProtoReflect() protoreflect.Message
func (*PostCancelOrderResponse) Reset ¶
func (x *PostCancelOrderResponse) Reset()
func (*PostCancelOrderResponse) String ¶
func (x *PostCancelOrderResponse) String() string
type PostCancelOrderResponseV2 ¶ added in v1.8.0
type PostCancelOrderResponseV2 struct { Transactions []*TransactionMessage `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*PostCancelOrderResponseV2) Descriptor
deprecated
added in
v1.8.0
func (*PostCancelOrderResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use PostCancelOrderResponseV2.ProtoReflect.Descriptor instead.
func (*PostCancelOrderResponseV2) GetTransactions ¶ added in v1.8.0
func (x *PostCancelOrderResponseV2) GetTransactions() []*TransactionMessage
func (*PostCancelOrderResponseV2) ProtoMessage ¶ added in v1.8.0
func (*PostCancelOrderResponseV2) ProtoMessage()
func (*PostCancelOrderResponseV2) ProtoReflect ¶ added in v1.8.0
func (x *PostCancelOrderResponseV2) ProtoReflect() protoreflect.Message
func (*PostCancelOrderResponseV2) Reset ¶ added in v1.8.0
func (x *PostCancelOrderResponseV2) Reset()
func (*PostCancelOrderResponseV2) String ¶ added in v1.8.0
func (x *PostCancelOrderResponseV2) String() string
type PostJupiterRouteSwapRequest ¶ added in v1.8.0
type PostJupiterRouteSwapRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Steps []*JupiterRouteStep `protobuf:"bytes,2,rep,name=steps,proto3" json:"steps,omitempty"` Slippage float64 `protobuf:"fixed64,3,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,4,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,5,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,6,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostJupiterRouteSwapRequest) Descriptor
deprecated
added in
v1.8.0
func (*PostJupiterRouteSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostJupiterRouteSwapRequest.ProtoReflect.Descriptor instead.
func (*PostJupiterRouteSwapRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostJupiterRouteSwapRequest) GetComputeLimit() uint32
func (*PostJupiterRouteSwapRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostJupiterRouteSwapRequest) GetComputePrice() uint64
func (*PostJupiterRouteSwapRequest) GetOwnerAddress ¶ added in v1.8.0
func (x *PostJupiterRouteSwapRequest) GetOwnerAddress() string
func (*PostJupiterRouteSwapRequest) GetSlippage ¶ added in v1.8.0
func (x *PostJupiterRouteSwapRequest) GetSlippage() float64
func (*PostJupiterRouteSwapRequest) GetSteps ¶ added in v1.8.0
func (x *PostJupiterRouteSwapRequest) GetSteps() []*JupiterRouteStep
func (*PostJupiterRouteSwapRequest) GetTip ¶ added in v1.9.1
func (x *PostJupiterRouteSwapRequest) GetTip() uint64
func (*PostJupiterRouteSwapRequest) ProtoMessage ¶ added in v1.8.0
func (*PostJupiterRouteSwapRequest) ProtoMessage()
func (*PostJupiterRouteSwapRequest) ProtoReflect ¶ added in v1.8.0
func (x *PostJupiterRouteSwapRequest) ProtoReflect() protoreflect.Message
func (*PostJupiterRouteSwapRequest) Reset ¶ added in v1.8.0
func (x *PostJupiterRouteSwapRequest) Reset()
func (*PostJupiterRouteSwapRequest) String ¶ added in v1.8.0
func (x *PostJupiterRouteSwapRequest) String() string
type PostJupiterRouteSwapResponse ¶ added in v1.8.0
type PostJupiterRouteSwapResponse struct { Transactions []*TransactionMessage `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PriceImpact *common.PriceImpactPercentV2 `protobuf:"bytes,4,opt,name=priceImpact,proto3" json:"priceImpact,omitempty"` Fees []*common.Fee `protobuf:"bytes,5,rep,name=fees,proto3" json:"fees,omitempty"` // contains filtered or unexported fields }
func (*PostJupiterRouteSwapResponse) Descriptor
deprecated
added in
v1.8.0
func (*PostJupiterRouteSwapResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostJupiterRouteSwapResponse.ProtoReflect.Descriptor instead.
func (*PostJupiterRouteSwapResponse) GetFees ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) GetFees() []*common.Fee
func (*PostJupiterRouteSwapResponse) GetOutAmount ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) GetOutAmount() float64
func (*PostJupiterRouteSwapResponse) GetOutAmountMin ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) GetOutAmountMin() float64
func (*PostJupiterRouteSwapResponse) GetPriceImpact ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) GetPriceImpact() *common.PriceImpactPercentV2
func (*PostJupiterRouteSwapResponse) GetTransactions ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) GetTransactions() []*TransactionMessage
func (*PostJupiterRouteSwapResponse) ProtoMessage ¶ added in v1.8.0
func (*PostJupiterRouteSwapResponse) ProtoMessage()
func (*PostJupiterRouteSwapResponse) ProtoReflect ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) ProtoReflect() protoreflect.Message
func (*PostJupiterRouteSwapResponse) Reset ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) Reset()
func (*PostJupiterRouteSwapResponse) String ¶ added in v1.8.0
func (x *PostJupiterRouteSwapResponse) String() string
type PostJupiterSwapInstructionsRequest ¶ added in v1.9.1
type PostJupiterSwapInstructionsRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` InToken string `protobuf:"bytes,2,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,4,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,5,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,8,opt,name=tip,proto3,oneof" json:"tip,omitempty"` FastMode *bool `protobuf:"varint,9,opt,name=fastMode,proto3,oneof" json:"fastMode,omitempty"` // contains filtered or unexported fields }
func (*PostJupiterSwapInstructionsRequest) Descriptor
deprecated
added in
v1.9.1
func (*PostJupiterSwapInstructionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostJupiterSwapInstructionsRequest.ProtoReflect.Descriptor instead.
func (*PostJupiterSwapInstructionsRequest) GetComputePrice ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetComputePrice() uint64
func (*PostJupiterSwapInstructionsRequest) GetFastMode ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetFastMode() bool
func (*PostJupiterSwapInstructionsRequest) GetInAmount ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetInAmount() float64
func (*PostJupiterSwapInstructionsRequest) GetInToken ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetInToken() string
func (*PostJupiterSwapInstructionsRequest) GetOutToken ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetOutToken() string
func (*PostJupiterSwapInstructionsRequest) GetOwnerAddress ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetOwnerAddress() string
func (*PostJupiterSwapInstructionsRequest) GetSlippage ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetSlippage() float64
func (*PostJupiterSwapInstructionsRequest) GetTip ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) GetTip() uint64
func (*PostJupiterSwapInstructionsRequest) ProtoMessage ¶ added in v1.9.1
func (*PostJupiterSwapInstructionsRequest) ProtoMessage()
func (*PostJupiterSwapInstructionsRequest) ProtoReflect ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) ProtoReflect() protoreflect.Message
func (*PostJupiterSwapInstructionsRequest) Reset ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) Reset()
func (*PostJupiterSwapInstructionsRequest) String ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsRequest) String() string
type PostJupiterSwapInstructionsResponse ¶ added in v1.9.1
type PostJupiterSwapInstructionsResponse struct { Instructions []*InstructionJupiter `protobuf:"bytes,1,rep,name=instructions,proto3" json:"instructions,omitempty"` AddressLookupTableAddresses map[string]*PublicKeys `` /* 195-byte string literal not displayed */ OutAmount float64 `protobuf:"fixed64,3,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,4,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PriceImpact *common.PriceImpactPercentV2 `protobuf:"bytes,5,opt,name=priceImpact,proto3" json:"priceImpact,omitempty"` Fees []*common.Fee `protobuf:"bytes,6,rep,name=fees,proto3" json:"fees,omitempty"` // contains filtered or unexported fields }
func (*PostJupiterSwapInstructionsResponse) Descriptor
deprecated
added in
v1.9.1
func (*PostJupiterSwapInstructionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostJupiterSwapInstructionsResponse.ProtoReflect.Descriptor instead.
func (*PostJupiterSwapInstructionsResponse) GetAddressLookupTableAddresses ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) GetAddressLookupTableAddresses() map[string]*PublicKeys
func (*PostJupiterSwapInstructionsResponse) GetFees ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) GetFees() []*common.Fee
func (*PostJupiterSwapInstructionsResponse) GetInstructions ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) GetInstructions() []*InstructionJupiter
func (*PostJupiterSwapInstructionsResponse) GetOutAmount ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) GetOutAmount() float64
func (*PostJupiterSwapInstructionsResponse) GetOutAmountMin ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) GetOutAmountMin() float64
func (*PostJupiterSwapInstructionsResponse) GetPriceImpact ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) GetPriceImpact() *common.PriceImpactPercentV2
func (*PostJupiterSwapInstructionsResponse) ProtoMessage ¶ added in v1.9.1
func (*PostJupiterSwapInstructionsResponse) ProtoMessage()
func (*PostJupiterSwapInstructionsResponse) ProtoReflect ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) ProtoReflect() protoreflect.Message
func (*PostJupiterSwapInstructionsResponse) Reset ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) Reset()
func (*PostJupiterSwapInstructionsResponse) String ¶ added in v1.9.1
func (x *PostJupiterSwapInstructionsResponse) String() string
type PostJupiterSwapRequest ¶ added in v1.8.0
type PostJupiterSwapRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` InToken string `protobuf:"bytes,2,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,4,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,5,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,6,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,8,opt,name=tip,proto3,oneof" json:"tip,omitempty"` FastMode *bool `protobuf:"varint,9,opt,name=fastMode,proto3,oneof" json:"fastMode,omitempty"` // contains filtered or unexported fields }
func (*PostJupiterSwapRequest) Descriptor
deprecated
added in
v1.8.0
func (*PostJupiterSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostJupiterSwapRequest.ProtoReflect.Descriptor instead.
func (*PostJupiterSwapRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostJupiterSwapRequest) GetComputeLimit() uint32
func (*PostJupiterSwapRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostJupiterSwapRequest) GetComputePrice() uint64
func (*PostJupiterSwapRequest) GetFastMode ¶ added in v1.9.1
func (x *PostJupiterSwapRequest) GetFastMode() bool
func (*PostJupiterSwapRequest) GetInAmount ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) GetInAmount() float64
func (*PostJupiterSwapRequest) GetInToken ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) GetInToken() string
func (*PostJupiterSwapRequest) GetOutToken ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) GetOutToken() string
func (*PostJupiterSwapRequest) GetOwnerAddress ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) GetOwnerAddress() string
func (*PostJupiterSwapRequest) GetSlippage ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) GetSlippage() float64
func (*PostJupiterSwapRequest) GetTip ¶ added in v1.9.1
func (x *PostJupiterSwapRequest) GetTip() uint64
func (*PostJupiterSwapRequest) ProtoMessage ¶ added in v1.8.0
func (*PostJupiterSwapRequest) ProtoMessage()
func (*PostJupiterSwapRequest) ProtoReflect ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) ProtoReflect() protoreflect.Message
func (*PostJupiterSwapRequest) Reset ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) Reset()
func (*PostJupiterSwapRequest) String ¶ added in v1.8.0
func (x *PostJupiterSwapRequest) String() string
type PostJupiterSwapResponse ¶ added in v1.8.0
type PostJupiterSwapResponse struct { Transactions []*TransactionMessage `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PriceImpact *common.PriceImpactPercentV2 `protobuf:"bytes,4,opt,name=priceImpact,proto3" json:"priceImpact,omitempty"` Fees []*common.Fee `protobuf:"bytes,5,rep,name=fees,proto3" json:"fees,omitempty"` // contains filtered or unexported fields }
func (*PostJupiterSwapResponse) Descriptor
deprecated
added in
v1.8.0
func (*PostJupiterSwapResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostJupiterSwapResponse.ProtoReflect.Descriptor instead.
func (*PostJupiterSwapResponse) GetFees ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) GetFees() []*common.Fee
func (*PostJupiterSwapResponse) GetOutAmount ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) GetOutAmount() float64
func (*PostJupiterSwapResponse) GetOutAmountMin ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) GetOutAmountMin() float64
func (*PostJupiterSwapResponse) GetPriceImpact ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) GetPriceImpact() *common.PriceImpactPercentV2
func (*PostJupiterSwapResponse) GetTransactions ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) GetTransactions() []*TransactionMessage
func (*PostJupiterSwapResponse) ProtoMessage ¶ added in v1.8.0
func (*PostJupiterSwapResponse) ProtoMessage()
func (*PostJupiterSwapResponse) ProtoReflect ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) ProtoReflect() protoreflect.Message
func (*PostJupiterSwapResponse) Reset ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) Reset()
func (*PostJupiterSwapResponse) String ¶ added in v1.8.0
func (x *PostJupiterSwapResponse) String() string
type PostOrderRequest ¶
type PostOrderRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` PayerAddress string `protobuf:"bytes,2,opt,name=payerAddress,proto3" json:"payerAddress,omitempty"` Market string `protobuf:"bytes,3,opt,name=market,proto3" json:"market,omitempty"` Side Side `protobuf:"varint,4,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` Type []common.OrderType `protobuf:"varint,5,rep,packed,name=type,proto3,enum=common.OrderType" json:"type,omitempty"` Amount float64 `protobuf:"fixed64,6,opt,name=amount,proto3" json:"amount,omitempty"` Price float64 `protobuf:"fixed64,7,opt,name=price,proto3" json:"price,omitempty"` OpenOrdersAddress string `protobuf:"bytes,8,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ClientOrderID uint64 `protobuf:"varint,9,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` ComputeLimit uint32 `protobuf:"varint,10,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,11,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,12,opt,name=tip,proto3,oneof" json:"tip,omitempty"` Project Project `protobuf:"varint,13,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PostOrderRequest) Descriptor
deprecated
func (*PostOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostOrderRequest.ProtoReflect.Descriptor instead.
func (*PostOrderRequest) GetAmount ¶
func (x *PostOrderRequest) GetAmount() float64
func (*PostOrderRequest) GetClientOrderID ¶
func (x *PostOrderRequest) GetClientOrderID() uint64
func (*PostOrderRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostOrderRequest) GetComputeLimit() uint32
func (*PostOrderRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostOrderRequest) GetComputePrice() uint64
func (*PostOrderRequest) GetMarket ¶
func (x *PostOrderRequest) GetMarket() string
func (*PostOrderRequest) GetOpenOrdersAddress ¶
func (x *PostOrderRequest) GetOpenOrdersAddress() string
func (*PostOrderRequest) GetOwnerAddress ¶
func (x *PostOrderRequest) GetOwnerAddress() string
func (*PostOrderRequest) GetPayerAddress ¶
func (x *PostOrderRequest) GetPayerAddress() string
func (*PostOrderRequest) GetPrice ¶
func (x *PostOrderRequest) GetPrice() float64
func (*PostOrderRequest) GetProject ¶ added in v1.3.0
func (x *PostOrderRequest) GetProject() Project
func (*PostOrderRequest) GetSide ¶
func (x *PostOrderRequest) GetSide() Side
func (*PostOrderRequest) GetTip ¶ added in v1.9.1
func (x *PostOrderRequest) GetTip() uint64
func (*PostOrderRequest) GetType ¶
func (x *PostOrderRequest) GetType() []common.OrderType
func (*PostOrderRequest) ProtoMessage ¶
func (*PostOrderRequest) ProtoMessage()
func (*PostOrderRequest) ProtoReflect ¶
func (x *PostOrderRequest) ProtoReflect() protoreflect.Message
func (*PostOrderRequest) Reset ¶
func (x *PostOrderRequest) Reset()
func (*PostOrderRequest) String ¶
func (x *PostOrderRequest) String() string
type PostOrderRequestV2 ¶ added in v1.8.0
type PostOrderRequestV2 struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` PayerAddress string `protobuf:"bytes,2,opt,name=payerAddress,proto3" json:"payerAddress,omitempty"` Market string `protobuf:"bytes,3,opt,name=market,proto3" json:"market,omitempty"` Side string `protobuf:"bytes,4,opt,name=side,proto3" json:"side,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` Amount float64 `protobuf:"fixed64,6,opt,name=amount,proto3" json:"amount,omitempty"` Price float64 `protobuf:"fixed64,7,opt,name=price,proto3" json:"price,omitempty"` OpenOrdersAddress string `protobuf:"bytes,8,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ClientOrderID uint64 `protobuf:"varint,9,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` ComputeLimit uint32 `protobuf:"varint,10,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,11,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,12,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostOrderRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*PostOrderRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use PostOrderRequestV2.ProtoReflect.Descriptor instead.
func (*PostOrderRequestV2) GetAmount ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetAmount() float64
func (*PostOrderRequestV2) GetClientOrderID ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetClientOrderID() uint64
func (*PostOrderRequestV2) GetComputeLimit ¶ added in v1.9.0
func (x *PostOrderRequestV2) GetComputeLimit() uint32
func (*PostOrderRequestV2) GetComputePrice ¶ added in v1.9.0
func (x *PostOrderRequestV2) GetComputePrice() uint64
func (*PostOrderRequestV2) GetMarket ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetMarket() string
func (*PostOrderRequestV2) GetOpenOrdersAddress ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetOpenOrdersAddress() string
func (*PostOrderRequestV2) GetOwnerAddress ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetOwnerAddress() string
func (*PostOrderRequestV2) GetPayerAddress ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetPayerAddress() string
func (*PostOrderRequestV2) GetPrice ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetPrice() float64
func (*PostOrderRequestV2) GetSide ¶ added in v1.8.0
func (x *PostOrderRequestV2) GetSide() string
func (*PostOrderRequestV2) GetTip ¶ added in v1.9.1
func (x *PostOrderRequestV2) GetTip() uint64
func (*PostOrderRequestV2) GetType ¶ added in v1.9.0
func (x *PostOrderRequestV2) GetType() string
func (*PostOrderRequestV2) ProtoMessage ¶ added in v1.8.0
func (*PostOrderRequestV2) ProtoMessage()
func (*PostOrderRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *PostOrderRequestV2) ProtoReflect() protoreflect.Message
func (*PostOrderRequestV2) Reset ¶ added in v1.8.0
func (x *PostOrderRequestV2) Reset()
func (*PostOrderRequestV2) String ¶ added in v1.8.0
func (x *PostOrderRequestV2) String() string
type PostOrderResponse ¶
type PostOrderResponse struct { Transaction *TransactionMessage `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` OpenOrdersAddress string `protobuf:"bytes,2,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` // contains filtered or unexported fields }
func (*PostOrderResponse) Descriptor
deprecated
func (*PostOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostOrderResponse.ProtoReflect.Descriptor instead.
func (*PostOrderResponse) GetOpenOrdersAddress ¶
func (x *PostOrderResponse) GetOpenOrdersAddress() string
func (*PostOrderResponse) GetTransaction ¶
func (x *PostOrderResponse) GetTransaction() *TransactionMessage
func (*PostOrderResponse) ProtoMessage ¶
func (*PostOrderResponse) ProtoMessage()
func (*PostOrderResponse) ProtoReflect ¶
func (x *PostOrderResponse) ProtoReflect() protoreflect.Message
func (*PostOrderResponse) Reset ¶
func (x *PostOrderResponse) Reset()
func (*PostOrderResponse) String ¶
func (x *PostOrderResponse) String() string
type PostPumpFunSwapRequest ¶ added in v1.9.2
type PostPumpFunSwapRequest struct { UserAddress string `protobuf:"bytes,1,opt,name=userAddress,proto3" json:"userAddress,omitempty"` BondingCurveAddress string `protobuf:"bytes,2,opt,name=bondingCurveAddress,proto3" json:"bondingCurveAddress,omitempty"` TokenAddress string `protobuf:"bytes,3,opt,name=tokenAddress,proto3" json:"tokenAddress,omitempty"` TokenAmount float64 `protobuf:"fixed64,4,opt,name=tokenAmount,proto3" json:"tokenAmount,omitempty"` SolThreshold float64 `protobuf:"fixed64,5,opt,name=solThreshold,proto3" json:"solThreshold,omitempty"` IsBuy bool `protobuf:"varint,6,opt,name=isBuy,proto3" json:"isBuy,omitempty"` ComputeLimit uint32 `protobuf:"varint,7,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,8,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,9,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostPumpFunSwapRequest) Descriptor
deprecated
added in
v1.9.2
func (*PostPumpFunSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostPumpFunSwapRequest.ProtoReflect.Descriptor instead.
func (*PostPumpFunSwapRequest) GetBondingCurveAddress ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetBondingCurveAddress() string
func (*PostPumpFunSwapRequest) GetComputeLimit ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetComputeLimit() uint32
func (*PostPumpFunSwapRequest) GetComputePrice ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetComputePrice() uint64
func (*PostPumpFunSwapRequest) GetIsBuy ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetIsBuy() bool
func (*PostPumpFunSwapRequest) GetSolThreshold ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetSolThreshold() float64
func (*PostPumpFunSwapRequest) GetTip ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetTip() uint64
func (*PostPumpFunSwapRequest) GetTokenAddress ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetTokenAddress() string
func (*PostPumpFunSwapRequest) GetTokenAmount ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetTokenAmount() float64
func (*PostPumpFunSwapRequest) GetUserAddress ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) GetUserAddress() string
func (*PostPumpFunSwapRequest) ProtoMessage ¶ added in v1.9.2
func (*PostPumpFunSwapRequest) ProtoMessage()
func (*PostPumpFunSwapRequest) ProtoReflect ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) ProtoReflect() protoreflect.Message
func (*PostPumpFunSwapRequest) Reset ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) Reset()
func (*PostPumpFunSwapRequest) String ¶ added in v1.9.2
func (x *PostPumpFunSwapRequest) String() string
type PostPumpFunSwapResponse ¶ added in v1.9.2
type PostPumpFunSwapResponse struct { Transaction *TransactionMessageV2 `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` // contains filtered or unexported fields }
func (*PostPumpFunSwapResponse) Descriptor
deprecated
added in
v1.9.2
func (*PostPumpFunSwapResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostPumpFunSwapResponse.ProtoReflect.Descriptor instead.
func (*PostPumpFunSwapResponse) GetTransaction ¶ added in v1.9.2
func (x *PostPumpFunSwapResponse) GetTransaction() *TransactionMessageV2
func (*PostPumpFunSwapResponse) ProtoMessage ¶ added in v1.9.2
func (*PostPumpFunSwapResponse) ProtoMessage()
func (*PostPumpFunSwapResponse) ProtoReflect ¶ added in v1.9.2
func (x *PostPumpFunSwapResponse) ProtoReflect() protoreflect.Message
func (*PostPumpFunSwapResponse) Reset ¶ added in v1.9.2
func (x *PostPumpFunSwapResponse) Reset()
func (*PostPumpFunSwapResponse) String ¶ added in v1.9.2
func (x *PostPumpFunSwapResponse) String() string
type PostRaydiumRouteSwapRequest ¶ added in v1.8.0
type PostRaydiumRouteSwapRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Steps []*RaydiumRouteStep `protobuf:"bytes,2,rep,name=steps,proto3" json:"steps,omitempty"` Slippage float64 `protobuf:"fixed64,3,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,4,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,5,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,6,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostRaydiumRouteSwapRequest) Descriptor
deprecated
added in
v1.8.0
func (*PostRaydiumRouteSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostRaydiumRouteSwapRequest.ProtoReflect.Descriptor instead.
func (*PostRaydiumRouteSwapRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostRaydiumRouteSwapRequest) GetComputeLimit() uint32
func (*PostRaydiumRouteSwapRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostRaydiumRouteSwapRequest) GetComputePrice() uint64
func (*PostRaydiumRouteSwapRequest) GetOwnerAddress ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapRequest) GetOwnerAddress() string
func (*PostRaydiumRouteSwapRequest) GetSlippage ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapRequest) GetSlippage() float64
func (*PostRaydiumRouteSwapRequest) GetSteps ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapRequest) GetSteps() []*RaydiumRouteStep
func (*PostRaydiumRouteSwapRequest) GetTip ¶ added in v1.9.1
func (x *PostRaydiumRouteSwapRequest) GetTip() uint64
func (*PostRaydiumRouteSwapRequest) ProtoMessage ¶ added in v1.8.0
func (*PostRaydiumRouteSwapRequest) ProtoMessage()
func (*PostRaydiumRouteSwapRequest) ProtoReflect ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapRequest) ProtoReflect() protoreflect.Message
func (*PostRaydiumRouteSwapRequest) Reset ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapRequest) Reset()
func (*PostRaydiumRouteSwapRequest) String ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapRequest) String() string
type PostRaydiumRouteSwapResponse ¶ added in v1.8.0
type PostRaydiumRouteSwapResponse struct { Transactions []*TransactionMessage `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` // contains filtered or unexported fields }
func (*PostRaydiumRouteSwapResponse) Descriptor
deprecated
added in
v1.8.0
func (*PostRaydiumRouteSwapResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostRaydiumRouteSwapResponse.ProtoReflect.Descriptor instead.
func (*PostRaydiumRouteSwapResponse) GetOutAmount ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapResponse) GetOutAmount() float64
func (*PostRaydiumRouteSwapResponse) GetOutAmountMin ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapResponse) GetOutAmountMin() float64
func (*PostRaydiumRouteSwapResponse) GetTransactions ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapResponse) GetTransactions() []*TransactionMessage
func (*PostRaydiumRouteSwapResponse) ProtoMessage ¶ added in v1.8.0
func (*PostRaydiumRouteSwapResponse) ProtoMessage()
func (*PostRaydiumRouteSwapResponse) ProtoReflect ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapResponse) ProtoReflect() protoreflect.Message
func (*PostRaydiumRouteSwapResponse) Reset ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapResponse) Reset()
func (*PostRaydiumRouteSwapResponse) String ¶ added in v1.8.0
func (x *PostRaydiumRouteSwapResponse) String() string
type PostRaydiumSwapInstructionsRequest ¶ added in v1.9.1
type PostRaydiumSwapInstructionsRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` InToken string `protobuf:"bytes,2,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,4,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,5,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,6,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,8,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostRaydiumSwapInstructionsRequest) Descriptor
deprecated
added in
v1.9.1
func (*PostRaydiumSwapInstructionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostRaydiumSwapInstructionsRequest.ProtoReflect.Descriptor instead.
func (*PostRaydiumSwapInstructionsRequest) GetComputeLimit ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetComputeLimit() uint32
func (*PostRaydiumSwapInstructionsRequest) GetComputePrice ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetComputePrice() uint64
func (*PostRaydiumSwapInstructionsRequest) GetInAmount ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetInAmount() float64
func (*PostRaydiumSwapInstructionsRequest) GetInToken ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetInToken() string
func (*PostRaydiumSwapInstructionsRequest) GetOutToken ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetOutToken() string
func (*PostRaydiumSwapInstructionsRequest) GetOwnerAddress ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetOwnerAddress() string
func (*PostRaydiumSwapInstructionsRequest) GetSlippage ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetSlippage() float64
func (*PostRaydiumSwapInstructionsRequest) GetTip ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) GetTip() uint64
func (*PostRaydiumSwapInstructionsRequest) ProtoMessage ¶ added in v1.9.1
func (*PostRaydiumSwapInstructionsRequest) ProtoMessage()
func (*PostRaydiumSwapInstructionsRequest) ProtoReflect ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) ProtoReflect() protoreflect.Message
func (*PostRaydiumSwapInstructionsRequest) Reset ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) Reset()
func (*PostRaydiumSwapInstructionsRequest) String ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsRequest) String() string
type PostRaydiumSwapInstructionsResponse ¶ added in v1.9.1
type PostRaydiumSwapInstructionsResponse struct { Instructions []*InstructionRaydium `protobuf:"bytes,1,rep,name=instructions,proto3" json:"instructions,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PriceImpact *common.PriceImpactPercentV2 `protobuf:"bytes,4,opt,name=priceImpact,proto3" json:"priceImpact,omitempty"` Fees []*common.Fee `protobuf:"bytes,5,rep,name=fees,proto3" json:"fees,omitempty"` // contains filtered or unexported fields }
func (*PostRaydiumSwapInstructionsResponse) Descriptor
deprecated
added in
v1.9.1
func (*PostRaydiumSwapInstructionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostRaydiumSwapInstructionsResponse.ProtoReflect.Descriptor instead.
func (*PostRaydiumSwapInstructionsResponse) GetFees ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) GetFees() []*common.Fee
func (*PostRaydiumSwapInstructionsResponse) GetInstructions ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) GetInstructions() []*InstructionRaydium
func (*PostRaydiumSwapInstructionsResponse) GetOutAmount ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) GetOutAmount() float64
func (*PostRaydiumSwapInstructionsResponse) GetOutAmountMin ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) GetOutAmountMin() float64
func (*PostRaydiumSwapInstructionsResponse) GetPriceImpact ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) GetPriceImpact() *common.PriceImpactPercentV2
func (*PostRaydiumSwapInstructionsResponse) ProtoMessage ¶ added in v1.9.1
func (*PostRaydiumSwapInstructionsResponse) ProtoMessage()
func (*PostRaydiumSwapInstructionsResponse) ProtoReflect ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) ProtoReflect() protoreflect.Message
func (*PostRaydiumSwapInstructionsResponse) Reset ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) Reset()
func (*PostRaydiumSwapInstructionsResponse) String ¶ added in v1.9.1
func (x *PostRaydiumSwapInstructionsResponse) String() string
type PostRaydiumSwapRequest ¶ added in v1.8.0
type PostRaydiumSwapRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` InToken string `protobuf:"bytes,2,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,4,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,5,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,6,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,8,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostRaydiumSwapRequest) Descriptor
deprecated
added in
v1.8.0
func (*PostRaydiumSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostRaydiumSwapRequest.ProtoReflect.Descriptor instead.
func (*PostRaydiumSwapRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostRaydiumSwapRequest) GetComputeLimit() uint32
func (*PostRaydiumSwapRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostRaydiumSwapRequest) GetComputePrice() uint64
func (*PostRaydiumSwapRequest) GetInAmount ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) GetInAmount() float64
func (*PostRaydiumSwapRequest) GetInToken ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) GetInToken() string
func (*PostRaydiumSwapRequest) GetOutToken ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) GetOutToken() string
func (*PostRaydiumSwapRequest) GetOwnerAddress ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) GetOwnerAddress() string
func (*PostRaydiumSwapRequest) GetSlippage ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) GetSlippage() float64
func (*PostRaydiumSwapRequest) GetTip ¶ added in v1.9.1
func (x *PostRaydiumSwapRequest) GetTip() uint64
func (*PostRaydiumSwapRequest) ProtoMessage ¶ added in v1.8.0
func (*PostRaydiumSwapRequest) ProtoMessage()
func (*PostRaydiumSwapRequest) ProtoReflect ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) ProtoReflect() protoreflect.Message
func (*PostRaydiumSwapRequest) Reset ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) Reset()
func (*PostRaydiumSwapRequest) String ¶ added in v1.8.0
func (x *PostRaydiumSwapRequest) String() string
type PostRaydiumSwapResponse ¶ added in v1.8.0
type PostRaydiumSwapResponse struct { Transactions []*TransactionMessage `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PriceImpact *common.PriceImpactPercentV2 `protobuf:"bytes,4,opt,name=priceImpact,proto3" json:"priceImpact,omitempty"` Fees []*common.Fee `protobuf:"bytes,5,rep,name=fees,proto3" json:"fees,omitempty"` // contains filtered or unexported fields }
func (*PostRaydiumSwapResponse) Descriptor
deprecated
added in
v1.8.0
func (*PostRaydiumSwapResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostRaydiumSwapResponse.ProtoReflect.Descriptor instead.
func (*PostRaydiumSwapResponse) GetFees ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) GetFees() []*common.Fee
func (*PostRaydiumSwapResponse) GetOutAmount ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) GetOutAmount() float64
func (*PostRaydiumSwapResponse) GetOutAmountMin ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) GetOutAmountMin() float64
func (*PostRaydiumSwapResponse) GetPriceImpact ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) GetPriceImpact() *common.PriceImpactPercentV2
func (*PostRaydiumSwapResponse) GetTransactions ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) GetTransactions() []*TransactionMessage
func (*PostRaydiumSwapResponse) ProtoMessage ¶ added in v1.8.0
func (*PostRaydiumSwapResponse) ProtoMessage()
func (*PostRaydiumSwapResponse) ProtoReflect ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) ProtoReflect() protoreflect.Message
func (*PostRaydiumSwapResponse) Reset ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) Reset()
func (*PostRaydiumSwapResponse) String ¶ added in v1.8.0
func (x *PostRaydiumSwapResponse) String() string
type PostReplaceOrderRequest ¶
type PostReplaceOrderRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` PayerAddress string `protobuf:"bytes,2,opt,name=payerAddress,proto3" json:"payerAddress,omitempty"` Market string `protobuf:"bytes,3,opt,name=market,proto3" json:"market,omitempty"` Side Side `protobuf:"varint,4,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` Type []common.OrderType `protobuf:"varint,5,rep,packed,name=type,proto3,enum=common.OrderType" json:"type,omitempty"` Amount float64 `protobuf:"fixed64,6,opt,name=amount,proto3" json:"amount,omitempty"` Price float64 `protobuf:"fixed64,7,opt,name=price,proto3" json:"price,omitempty"` OpenOrdersAddress string `protobuf:"bytes,8,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ClientOrderID uint64 `protobuf:"varint,9,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` OrderID string `protobuf:"bytes,10,opt,name=orderID,proto3" json:"orderID,omitempty"` ComputeLimit uint32 `protobuf:"varint,11,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,12,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,13,opt,name=tip,proto3,oneof" json:"tip,omitempty"` Project Project `protobuf:"varint,14,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PostReplaceOrderRequest) Descriptor
deprecated
func (*PostReplaceOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostReplaceOrderRequest.ProtoReflect.Descriptor instead.
func (*PostReplaceOrderRequest) GetAmount ¶
func (x *PostReplaceOrderRequest) GetAmount() float64
func (*PostReplaceOrderRequest) GetClientOrderID ¶
func (x *PostReplaceOrderRequest) GetClientOrderID() uint64
func (*PostReplaceOrderRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostReplaceOrderRequest) GetComputeLimit() uint32
func (*PostReplaceOrderRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostReplaceOrderRequest) GetComputePrice() uint64
func (*PostReplaceOrderRequest) GetMarket ¶
func (x *PostReplaceOrderRequest) GetMarket() string
func (*PostReplaceOrderRequest) GetOpenOrdersAddress ¶
func (x *PostReplaceOrderRequest) GetOpenOrdersAddress() string
func (*PostReplaceOrderRequest) GetOrderID ¶
func (x *PostReplaceOrderRequest) GetOrderID() string
func (*PostReplaceOrderRequest) GetOwnerAddress ¶
func (x *PostReplaceOrderRequest) GetOwnerAddress() string
func (*PostReplaceOrderRequest) GetPayerAddress ¶
func (x *PostReplaceOrderRequest) GetPayerAddress() string
func (*PostReplaceOrderRequest) GetPrice ¶
func (x *PostReplaceOrderRequest) GetPrice() float64
func (*PostReplaceOrderRequest) GetProject ¶ added in v1.3.0
func (x *PostReplaceOrderRequest) GetProject() Project
func (*PostReplaceOrderRequest) GetSide ¶
func (x *PostReplaceOrderRequest) GetSide() Side
func (*PostReplaceOrderRequest) GetTip ¶ added in v1.9.1
func (x *PostReplaceOrderRequest) GetTip() uint64
func (*PostReplaceOrderRequest) GetType ¶
func (x *PostReplaceOrderRequest) GetType() []common.OrderType
func (*PostReplaceOrderRequest) ProtoMessage ¶
func (*PostReplaceOrderRequest) ProtoMessage()
func (*PostReplaceOrderRequest) ProtoReflect ¶
func (x *PostReplaceOrderRequest) ProtoReflect() protoreflect.Message
func (*PostReplaceOrderRequest) Reset ¶
func (x *PostReplaceOrderRequest) Reset()
func (*PostReplaceOrderRequest) String ¶
func (x *PostReplaceOrderRequest) String() string
type PostReplaceOrderRequestV2 ¶ added in v1.8.0
type PostReplaceOrderRequestV2 struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` PayerAddress string `protobuf:"bytes,2,opt,name=payerAddress,proto3" json:"payerAddress,omitempty"` Market string `protobuf:"bytes,3,opt,name=market,proto3" json:"market,omitempty"` Side string `protobuf:"bytes,4,opt,name=side,proto3" json:"side,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` Amount float64 `protobuf:"fixed64,6,opt,name=amount,proto3" json:"amount,omitempty"` Price float64 `protobuf:"fixed64,7,opt,name=price,proto3" json:"price,omitempty"` OpenOrdersAddress string `protobuf:"bytes,8,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ClientOrderID uint64 `protobuf:"varint,9,opt,name=clientOrderID,proto3" json:"clientOrderID,omitempty"` OrderID string `protobuf:"bytes,10,opt,name=orderID,proto3" json:"orderID,omitempty"` ComputeLimit uint32 `protobuf:"varint,11,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,12,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,13,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostReplaceOrderRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*PostReplaceOrderRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use PostReplaceOrderRequestV2.ProtoReflect.Descriptor instead.
func (*PostReplaceOrderRequestV2) GetAmount ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetAmount() float64
func (*PostReplaceOrderRequestV2) GetClientOrderID ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetClientOrderID() uint64
func (*PostReplaceOrderRequestV2) GetComputeLimit ¶ added in v1.9.0
func (x *PostReplaceOrderRequestV2) GetComputeLimit() uint32
func (*PostReplaceOrderRequestV2) GetComputePrice ¶ added in v1.9.0
func (x *PostReplaceOrderRequestV2) GetComputePrice() uint64
func (*PostReplaceOrderRequestV2) GetMarket ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetMarket() string
func (*PostReplaceOrderRequestV2) GetOpenOrdersAddress ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetOpenOrdersAddress() string
func (*PostReplaceOrderRequestV2) GetOrderID ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetOrderID() string
func (*PostReplaceOrderRequestV2) GetOwnerAddress ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetOwnerAddress() string
func (*PostReplaceOrderRequestV2) GetPayerAddress ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetPayerAddress() string
func (*PostReplaceOrderRequestV2) GetPrice ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetPrice() float64
func (*PostReplaceOrderRequestV2) GetSide ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) GetSide() string
func (*PostReplaceOrderRequestV2) GetTip ¶ added in v1.9.1
func (x *PostReplaceOrderRequestV2) GetTip() uint64
func (*PostReplaceOrderRequestV2) GetType ¶ added in v1.9.0
func (x *PostReplaceOrderRequestV2) GetType() string
func (*PostReplaceOrderRequestV2) ProtoMessage ¶ added in v1.8.0
func (*PostReplaceOrderRequestV2) ProtoMessage()
func (*PostReplaceOrderRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) ProtoReflect() protoreflect.Message
func (*PostReplaceOrderRequestV2) Reset ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) Reset()
func (*PostReplaceOrderRequestV2) String ¶ added in v1.8.0
func (x *PostReplaceOrderRequestV2) String() string
type PostSettleRequest ¶
type PostSettleRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` BaseTokenWallet string `protobuf:"bytes,3,opt,name=baseTokenWallet,proto3" json:"baseTokenWallet,omitempty"` QuoteTokenWallet string `protobuf:"bytes,4,opt,name=quoteTokenWallet,proto3" json:"quoteTokenWallet,omitempty"` OpenOrdersAddress string `protobuf:"bytes,5,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ComputeLimit uint32 `protobuf:"varint,6,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Project Project `protobuf:"varint,8,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*PostSettleRequest) Descriptor
deprecated
func (*PostSettleRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostSettleRequest.ProtoReflect.Descriptor instead.
func (*PostSettleRequest) GetBaseTokenWallet ¶
func (x *PostSettleRequest) GetBaseTokenWallet() string
func (*PostSettleRequest) GetComputeLimit ¶ added in v1.9.0
func (x *PostSettleRequest) GetComputeLimit() uint32
func (*PostSettleRequest) GetComputePrice ¶ added in v1.9.0
func (x *PostSettleRequest) GetComputePrice() uint64
func (*PostSettleRequest) GetMarket ¶
func (x *PostSettleRequest) GetMarket() string
func (*PostSettleRequest) GetOpenOrdersAddress ¶
func (x *PostSettleRequest) GetOpenOrdersAddress() string
func (*PostSettleRequest) GetOwnerAddress ¶
func (x *PostSettleRequest) GetOwnerAddress() string
func (*PostSettleRequest) GetProject ¶ added in v1.3.0
func (x *PostSettleRequest) GetProject() Project
func (*PostSettleRequest) GetQuoteTokenWallet ¶
func (x *PostSettleRequest) GetQuoteTokenWallet() string
func (*PostSettleRequest) ProtoMessage ¶
func (*PostSettleRequest) ProtoMessage()
func (*PostSettleRequest) ProtoReflect ¶
func (x *PostSettleRequest) ProtoReflect() protoreflect.Message
func (*PostSettleRequest) Reset ¶
func (x *PostSettleRequest) Reset()
func (*PostSettleRequest) String ¶
func (x *PostSettleRequest) String() string
type PostSettleRequestV2 ¶ added in v1.8.0
type PostSettleRequestV2 struct { OwnerAddress string `protobuf:"bytes,1,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Market string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"` BaseTokenWallet string `protobuf:"bytes,3,opt,name=baseTokenWallet,proto3" json:"baseTokenWallet,omitempty"` QuoteTokenWallet string `protobuf:"bytes,4,opt,name=quoteTokenWallet,proto3" json:"quoteTokenWallet,omitempty"` OpenOrdersAddress string `protobuf:"bytes,5,opt,name=openOrdersAddress,proto3" json:"openOrdersAddress,omitempty"` ComputeLimit uint32 `protobuf:"varint,6,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,7,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,8,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostSettleRequestV2) Descriptor
deprecated
added in
v1.8.0
func (*PostSettleRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use PostSettleRequestV2.ProtoReflect.Descriptor instead.
func (*PostSettleRequestV2) GetBaseTokenWallet ¶ added in v1.8.0
func (x *PostSettleRequestV2) GetBaseTokenWallet() string
func (*PostSettleRequestV2) GetComputeLimit ¶ added in v1.9.0
func (x *PostSettleRequestV2) GetComputeLimit() uint32
func (*PostSettleRequestV2) GetComputePrice ¶ added in v1.9.0
func (x *PostSettleRequestV2) GetComputePrice() uint64
func (*PostSettleRequestV2) GetMarket ¶ added in v1.8.0
func (x *PostSettleRequestV2) GetMarket() string
func (*PostSettleRequestV2) GetOpenOrdersAddress ¶ added in v1.8.0
func (x *PostSettleRequestV2) GetOpenOrdersAddress() string
func (*PostSettleRequestV2) GetOwnerAddress ¶ added in v1.8.0
func (x *PostSettleRequestV2) GetOwnerAddress() string
func (*PostSettleRequestV2) GetQuoteTokenWallet ¶ added in v1.8.0
func (x *PostSettleRequestV2) GetQuoteTokenWallet() string
func (*PostSettleRequestV2) GetTip ¶ added in v1.9.1
func (x *PostSettleRequestV2) GetTip() uint64
func (*PostSettleRequestV2) ProtoMessage ¶ added in v1.8.0
func (*PostSettleRequestV2) ProtoMessage()
func (*PostSettleRequestV2) ProtoReflect ¶ added in v1.8.0
func (x *PostSettleRequestV2) ProtoReflect() protoreflect.Message
func (*PostSettleRequestV2) Reset ¶ added in v1.8.0
func (x *PostSettleRequestV2) Reset()
func (*PostSettleRequestV2) String ¶ added in v1.8.0
func (x *PostSettleRequestV2) String() string
type PostSettleResponse ¶
type PostSettleResponse struct { Transaction *TransactionMessage `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` // contains filtered or unexported fields }
func (*PostSettleResponse) Descriptor
deprecated
func (*PostSettleResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostSettleResponse.ProtoReflect.Descriptor instead.
func (*PostSettleResponse) GetTransaction ¶
func (x *PostSettleResponse) GetTransaction() *TransactionMessage
func (*PostSettleResponse) ProtoMessage ¶
func (*PostSettleResponse) ProtoMessage()
func (*PostSettleResponse) ProtoReflect ¶
func (x *PostSettleResponse) ProtoReflect() protoreflect.Message
func (*PostSettleResponse) Reset ¶
func (x *PostSettleResponse) Reset()
func (*PostSettleResponse) String ¶
func (x *PostSettleResponse) String() string
type PostSubmitBatchRequest ¶
type PostSubmitBatchRequest struct { Entries []*PostSubmitRequestEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` SubmitStrategy SubmitStrategy `protobuf:"varint,2,opt,name=submitStrategy,proto3,enum=api.SubmitStrategy" json:"submitStrategy,omitempty"` UseBundle *bool `protobuf:"varint,3,opt,name=useBundle,proto3,oneof" json:"useBundle,omitempty"` FrontRunningProtection *bool `protobuf:"varint,4,opt,name=frontRunningProtection,proto3,oneof" json:"frontRunningProtection,omitempty"` // contains filtered or unexported fields }
func (*PostSubmitBatchRequest) Descriptor
deprecated
func (*PostSubmitBatchRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostSubmitBatchRequest.ProtoReflect.Descriptor instead.
func (*PostSubmitBatchRequest) GetEntries ¶
func (x *PostSubmitBatchRequest) GetEntries() []*PostSubmitRequestEntry
func (*PostSubmitBatchRequest) GetFrontRunningProtection ¶ added in v1.9.2
func (x *PostSubmitBatchRequest) GetFrontRunningProtection() bool
func (*PostSubmitBatchRequest) GetSubmitStrategy ¶
func (x *PostSubmitBatchRequest) GetSubmitStrategy() SubmitStrategy
func (*PostSubmitBatchRequest) GetUseBundle ¶ added in v1.9.1
func (x *PostSubmitBatchRequest) GetUseBundle() bool
func (*PostSubmitBatchRequest) ProtoMessage ¶
func (*PostSubmitBatchRequest) ProtoMessage()
func (*PostSubmitBatchRequest) ProtoReflect ¶
func (x *PostSubmitBatchRequest) ProtoReflect() protoreflect.Message
func (*PostSubmitBatchRequest) Reset ¶
func (x *PostSubmitBatchRequest) Reset()
func (*PostSubmitBatchRequest) String ¶
func (x *PostSubmitBatchRequest) String() string
type PostSubmitBatchResponse ¶
type PostSubmitBatchResponse struct { Transactions []*PostSubmitBatchResponseEntry `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*PostSubmitBatchResponse) Descriptor
deprecated
func (*PostSubmitBatchResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostSubmitBatchResponse.ProtoReflect.Descriptor instead.
func (*PostSubmitBatchResponse) GetTransactions ¶
func (x *PostSubmitBatchResponse) GetTransactions() []*PostSubmitBatchResponseEntry
func (*PostSubmitBatchResponse) ProtoMessage ¶
func (*PostSubmitBatchResponse) ProtoMessage()
func (*PostSubmitBatchResponse) ProtoReflect ¶
func (x *PostSubmitBatchResponse) ProtoReflect() protoreflect.Message
func (*PostSubmitBatchResponse) Reset ¶
func (x *PostSubmitBatchResponse) Reset()
func (*PostSubmitBatchResponse) String ¶
func (x *PostSubmitBatchResponse) String() string
type PostSubmitBatchResponseEntry ¶
type PostSubmitBatchResponseEntry struct { Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Submitted bool `protobuf:"varint,3,opt,name=submitted,proto3" json:"submitted,omitempty"` // contains filtered or unexported fields }
func (*PostSubmitBatchResponseEntry) Descriptor
deprecated
func (*PostSubmitBatchResponseEntry) Descriptor() ([]byte, []int)
Deprecated: Use PostSubmitBatchResponseEntry.ProtoReflect.Descriptor instead.
func (*PostSubmitBatchResponseEntry) GetError ¶
func (x *PostSubmitBatchResponseEntry) GetError() string
func (*PostSubmitBatchResponseEntry) GetSignature ¶
func (x *PostSubmitBatchResponseEntry) GetSignature() string
func (*PostSubmitBatchResponseEntry) GetSubmitted ¶
func (x *PostSubmitBatchResponseEntry) GetSubmitted() bool
func (*PostSubmitBatchResponseEntry) ProtoMessage ¶
func (*PostSubmitBatchResponseEntry) ProtoMessage()
func (*PostSubmitBatchResponseEntry) ProtoReflect ¶
func (x *PostSubmitBatchResponseEntry) ProtoReflect() protoreflect.Message
func (*PostSubmitBatchResponseEntry) Reset ¶
func (x *PostSubmitBatchResponseEntry) Reset()
func (*PostSubmitBatchResponseEntry) String ¶
func (x *PostSubmitBatchResponseEntry) String() string
type PostSubmitRequest ¶
type PostSubmitRequest struct { Transaction *TransactionMessage `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` SkipPreFlight bool `protobuf:"varint,2,opt,name=skipPreFlight,proto3" json:"skipPreFlight,omitempty"` FrontRunningProtection *bool `protobuf:"varint,3,opt,name=frontRunningProtection,proto3,oneof" json:"frontRunningProtection,omitempty"` Tip *uint64 `protobuf:"varint,4,opt,name=tip,proto3,oneof" json:"tip,omitempty"` UseStakedRPCs *bool `protobuf:"varint,6,opt,name=useStakedRPCs,proto3,oneof" json:"useStakedRPCs,omitempty"` FastBestEffort *bool `protobuf:"varint,7,opt,name=fastBestEffort,proto3,oneof" json:"fastBestEffort,omitempty"` // contains filtered or unexported fields }
func (*PostSubmitRequest) Descriptor
deprecated
func (*PostSubmitRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostSubmitRequest.ProtoReflect.Descriptor instead.
func (*PostSubmitRequest) GetFastBestEffort ¶ added in v1.9.1
func (x *PostSubmitRequest) GetFastBestEffort() bool
func (*PostSubmitRequest) GetFrontRunningProtection ¶ added in v1.9.1
func (x *PostSubmitRequest) GetFrontRunningProtection() bool
func (*PostSubmitRequest) GetSkipPreFlight ¶
func (x *PostSubmitRequest) GetSkipPreFlight() bool
func (*PostSubmitRequest) GetTip ¶ added in v1.9.1
func (x *PostSubmitRequest) GetTip() uint64
func (*PostSubmitRequest) GetTransaction ¶
func (x *PostSubmitRequest) GetTransaction() *TransactionMessage
func (*PostSubmitRequest) GetUseStakedRPCs ¶ added in v1.9.1
func (x *PostSubmitRequest) GetUseStakedRPCs() bool
func (*PostSubmitRequest) ProtoMessage ¶
func (*PostSubmitRequest) ProtoMessage()
func (*PostSubmitRequest) ProtoReflect ¶
func (x *PostSubmitRequest) ProtoReflect() protoreflect.Message
func (*PostSubmitRequest) Reset ¶
func (x *PostSubmitRequest) Reset()
func (*PostSubmitRequest) String ¶
func (x *PostSubmitRequest) String() string
type PostSubmitRequestEntry ¶
type PostSubmitRequestEntry struct { Transaction *TransactionMessage `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` SkipPreFlight bool `protobuf:"varint,2,opt,name=skipPreFlight,proto3" json:"skipPreFlight,omitempty"` // contains filtered or unexported fields }
func (*PostSubmitRequestEntry) Descriptor
deprecated
func (*PostSubmitRequestEntry) Descriptor() ([]byte, []int)
Deprecated: Use PostSubmitRequestEntry.ProtoReflect.Descriptor instead.
func (*PostSubmitRequestEntry) GetSkipPreFlight ¶
func (x *PostSubmitRequestEntry) GetSkipPreFlight() bool
func (*PostSubmitRequestEntry) GetTransaction ¶
func (x *PostSubmitRequestEntry) GetTransaction() *TransactionMessage
func (*PostSubmitRequestEntry) ProtoMessage ¶
func (*PostSubmitRequestEntry) ProtoMessage()
func (*PostSubmitRequestEntry) ProtoReflect ¶
func (x *PostSubmitRequestEntry) ProtoReflect() protoreflect.Message
func (*PostSubmitRequestEntry) Reset ¶
func (x *PostSubmitRequestEntry) Reset()
func (*PostSubmitRequestEntry) String ¶
func (x *PostSubmitRequestEntry) String() string
type PostSubmitResponse ¶
type PostSubmitResponse struct { Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*PostSubmitResponse) Descriptor
deprecated
func (*PostSubmitResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostSubmitResponse.ProtoReflect.Descriptor instead.
func (*PostSubmitResponse) GetSignature ¶
func (x *PostSubmitResponse) GetSignature() string
func (*PostSubmitResponse) ProtoMessage ¶
func (*PostSubmitResponse) ProtoMessage()
func (*PostSubmitResponse) ProtoReflect ¶
func (x *PostSubmitResponse) ProtoReflect() protoreflect.Message
func (*PostSubmitResponse) Reset ¶
func (x *PostSubmitResponse) Reset()
func (*PostSubmitResponse) String ¶
func (x *PostSubmitResponse) String() string
type PostZetaCrossMarginAccountRequest ¶ added in v1.9.2
type PostZetaCrossMarginAccountRequest struct { OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` ComputeLimit uint32 `protobuf:"varint,2,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,3,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,4,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*PostZetaCrossMarginAccountRequest) Descriptor
deprecated
added in
v1.9.2
func (*PostZetaCrossMarginAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use PostZetaCrossMarginAccountRequest.ProtoReflect.Descriptor instead.
func (*PostZetaCrossMarginAccountRequest) GetComputeLimit ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) GetComputeLimit() uint32
func (*PostZetaCrossMarginAccountRequest) GetComputePrice ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) GetComputePrice() uint64
func (*PostZetaCrossMarginAccountRequest) GetOwnerAddress ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) GetOwnerAddress() string
func (*PostZetaCrossMarginAccountRequest) GetTip ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) GetTip() uint64
func (*PostZetaCrossMarginAccountRequest) ProtoMessage ¶ added in v1.9.2
func (*PostZetaCrossMarginAccountRequest) ProtoMessage()
func (*PostZetaCrossMarginAccountRequest) ProtoReflect ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) ProtoReflect() protoreflect.Message
func (*PostZetaCrossMarginAccountRequest) Reset ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) Reset()
func (*PostZetaCrossMarginAccountRequest) String ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountRequest) String() string
type PostZetaCrossMarginAccountResponse ¶ added in v1.9.2
type PostZetaCrossMarginAccountResponse struct { Transaction *TransactionMessage `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` // contains filtered or unexported fields }
func (*PostZetaCrossMarginAccountResponse) Descriptor
deprecated
added in
v1.9.2
func (*PostZetaCrossMarginAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use PostZetaCrossMarginAccountResponse.ProtoReflect.Descriptor instead.
func (*PostZetaCrossMarginAccountResponse) GetTransaction ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountResponse) GetTransaction() *TransactionMessage
func (*PostZetaCrossMarginAccountResponse) ProtoMessage ¶ added in v1.9.2
func (*PostZetaCrossMarginAccountResponse) ProtoMessage()
func (*PostZetaCrossMarginAccountResponse) ProtoReflect ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountResponse) ProtoReflect() protoreflect.Message
func (*PostZetaCrossMarginAccountResponse) Reset ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountResponse) Reset()
func (*PostZetaCrossMarginAccountResponse) String ¶ added in v1.9.2
func (x *PostZetaCrossMarginAccountResponse) String() string
type Project ¶
type Project int32
func (Project) Descriptor ¶
func (Project) Descriptor() protoreflect.EnumDescriptor
func (Project) EnumDescriptor
deprecated
func (Project) Number ¶
func (x Project) Number() protoreflect.EnumNumber
func (Project) Type ¶
func (Project) Type() protoreflect.EnumType
type ProjectPool ¶
type ProjectPool struct { Pool string `protobuf:"bytes,1,opt,name=pool,proto3" json:"pool,omitempty"` PoolAddress string `protobuf:"bytes,2,opt,name=poolAddress,proto3" json:"poolAddress,omitempty"` Token1Reserves int64 `protobuf:"varint,3,opt,name=token1Reserves,proto3" json:"token1Reserves,omitempty"` Token1MintAddress string `protobuf:"bytes,4,opt,name=token1MintAddress,proto3" json:"token1MintAddress,omitempty"` Token1MintSymbol string `protobuf:"bytes,5,opt,name=token1MintSymbol,proto3" json:"token1MintSymbol,omitempty"` Token2Reserves int64 `protobuf:"varint,6,opt,name=token2Reserves,proto3" json:"token2Reserves,omitempty"` Token2MintAddress string `protobuf:"bytes,7,opt,name=token2MintAddress,proto3" json:"token2MintAddress,omitempty"` Token2MintSymbol string `protobuf:"bytes,8,opt,name=token2MintSymbol,proto3" json:"token2MintSymbol,omitempty"` OpenTime uint64 `protobuf:"varint,9,opt,name=openTime,proto3" json:"openTime,omitempty"` PoolType string `protobuf:"bytes,10,opt,name=poolType,proto3" json:"poolType,omitempty"` LiquidityPoolKeys *LiquidityPoolKeys `protobuf:"bytes,11,opt,name=liquidityPoolKeys,proto3" json:"liquidityPoolKeys,omitempty"` // contains filtered or unexported fields }
func (*ProjectPool) Descriptor
deprecated
func (*ProjectPool) Descriptor() ([]byte, []int)
Deprecated: Use ProjectPool.ProtoReflect.Descriptor instead.
func (*ProjectPool) GetLiquidityPoolKeys ¶ added in v1.9.2
func (x *ProjectPool) GetLiquidityPoolKeys() *LiquidityPoolKeys
func (*ProjectPool) GetOpenTime ¶ added in v1.9.1
func (x *ProjectPool) GetOpenTime() uint64
func (*ProjectPool) GetPool ¶
func (x *ProjectPool) GetPool() string
func (*ProjectPool) GetPoolAddress ¶
func (x *ProjectPool) GetPoolAddress() string
func (*ProjectPool) GetPoolType ¶ added in v1.9.1
func (x *ProjectPool) GetPoolType() string
func (*ProjectPool) GetToken1MintAddress ¶
func (x *ProjectPool) GetToken1MintAddress() string
func (*ProjectPool) GetToken1MintSymbol ¶
func (x *ProjectPool) GetToken1MintSymbol() string
func (*ProjectPool) GetToken1Reserves ¶
func (x *ProjectPool) GetToken1Reserves() int64
func (*ProjectPool) GetToken2MintAddress ¶
func (x *ProjectPool) GetToken2MintAddress() string
func (*ProjectPool) GetToken2MintSymbol ¶
func (x *ProjectPool) GetToken2MintSymbol() string
func (*ProjectPool) GetToken2Reserves ¶
func (x *ProjectPool) GetToken2Reserves() int64
func (*ProjectPool) ProtoMessage ¶
func (*ProjectPool) ProtoMessage()
func (*ProjectPool) ProtoReflect ¶
func (x *ProjectPool) ProtoReflect() protoreflect.Message
func (*ProjectPool) Reset ¶
func (x *ProjectPool) Reset()
func (*ProjectPool) String ¶
func (x *ProjectPool) String() string
type ProjectPools ¶
type ProjectPools struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` Pools []*ProjectPool `protobuf:"bytes,2,rep,name=pools,proto3" json:"pools,omitempty"` // contains filtered or unexported fields }
func (*ProjectPools) Descriptor
deprecated
func (*ProjectPools) Descriptor() ([]byte, []int)
Deprecated: Use ProjectPools.ProtoReflect.Descriptor instead.
func (*ProjectPools) GetPools ¶
func (x *ProjectPools) GetPools() []*ProjectPool
func (*ProjectPools) GetProject ¶
func (x *ProjectPools) GetProject() Project
func (*ProjectPools) ProtoMessage ¶
func (*ProjectPools) ProtoMessage()
func (*ProjectPools) ProtoReflect ¶
func (x *ProjectPools) ProtoReflect() protoreflect.Message
func (*ProjectPools) Reset ¶
func (x *ProjectPools) Reset()
func (*ProjectPools) String ¶
func (x *ProjectPools) String() string
type ProjectQuote ¶
type ProjectQuote struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` Routes []*QuoteRoute `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes,omitempty"` // contains filtered or unexported fields }
func (*ProjectQuote) Descriptor
deprecated
func (*ProjectQuote) Descriptor() ([]byte, []int)
Deprecated: Use ProjectQuote.ProtoReflect.Descriptor instead.
func (*ProjectQuote) GetProject ¶
func (x *ProjectQuote) GetProject() Project
func (*ProjectQuote) GetRoutes ¶
func (x *ProjectQuote) GetRoutes() []*QuoteRoute
func (*ProjectQuote) ProtoMessage ¶
func (*ProjectQuote) ProtoMessage()
func (*ProjectQuote) ProtoReflect ¶
func (x *ProjectQuote) ProtoReflect() protoreflect.Message
func (*ProjectQuote) Reset ¶
func (x *ProjectQuote) Reset()
func (*ProjectQuote) String ¶
func (x *ProjectQuote) String() string
type PublicKeys ¶ added in v1.9.1
type PublicKeys struct { Pks []string `protobuf:"bytes,1,rep,name=pks,proto3" json:"pks,omitempty"` // contains filtered or unexported fields }
func (*PublicKeys) Descriptor
deprecated
added in
v1.9.1
func (*PublicKeys) Descriptor() ([]byte, []int)
Deprecated: Use PublicKeys.ProtoReflect.Descriptor instead.
func (*PublicKeys) GetPks ¶ added in v1.9.1
func (x *PublicKeys) GetPks() []string
func (*PublicKeys) ProtoMessage ¶ added in v1.9.1
func (*PublicKeys) ProtoMessage()
func (*PublicKeys) ProtoReflect ¶ added in v1.9.1
func (x *PublicKeys) ProtoReflect() protoreflect.Message
func (*PublicKeys) Reset ¶ added in v1.9.1
func (x *PublicKeys) Reset()
func (*PublicKeys) String ¶ added in v1.9.1
func (x *PublicKeys) String() string
type QuoteRoute ¶
type QuoteRoute struct { InAmount float64 `protobuf:"fixed64,1,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` Steps []*QuoteStep `protobuf:"bytes,4,rep,name=steps,proto3" json:"steps,omitempty"` // contains filtered or unexported fields }
func (*QuoteRoute) Descriptor
deprecated
func (*QuoteRoute) Descriptor() ([]byte, []int)
Deprecated: Use QuoteRoute.ProtoReflect.Descriptor instead.
func (*QuoteRoute) GetInAmount ¶
func (x *QuoteRoute) GetInAmount() float64
func (*QuoteRoute) GetOutAmount ¶
func (x *QuoteRoute) GetOutAmount() float64
func (*QuoteRoute) GetOutAmountMin ¶
func (x *QuoteRoute) GetOutAmountMin() float64
func (*QuoteRoute) GetSteps ¶
func (x *QuoteRoute) GetSteps() []*QuoteStep
func (*QuoteRoute) ProtoMessage ¶
func (*QuoteRoute) ProtoMessage()
func (*QuoteRoute) ProtoReflect ¶
func (x *QuoteRoute) ProtoReflect() protoreflect.Message
func (*QuoteRoute) Reset ¶
func (x *QuoteRoute) Reset()
func (*QuoteRoute) String ¶
func (x *QuoteRoute) String() string
type QuoteStep ¶
type QuoteStep struct { Project *StepProject `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` InToken string `protobuf:"bytes,2,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,3,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,4,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,5,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,6,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,7,opt,name=outAmount,proto3" json:"outAmount,omitempty"` Slippage float64 `protobuf:"fixed64,8,opt,name=slippage,proto3" json:"slippage,omitempty"` PriceImpactPercent *common.PriceImpactPercent `protobuf:"bytes,9,opt,name=priceImpactPercent,proto3" json:"priceImpactPercent,omitempty"` Fee *common.Fee `protobuf:"bytes,10,opt,name=fee,proto3" json:"fee,omitempty"` OutAmountMin float64 `protobuf:"fixed64,11,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` // contains filtered or unexported fields }
func (*QuoteStep) Descriptor
deprecated
func (*QuoteStep) GetInAmount ¶
func (*QuoteStep) GetInToken ¶
func (*QuoteStep) GetInTokenAddress ¶
func (*QuoteStep) GetOutAmount ¶
func (*QuoteStep) GetOutAmountMin ¶
func (*QuoteStep) GetOutToken ¶
func (*QuoteStep) GetOutTokenAddress ¶
func (*QuoteStep) GetPriceImpactPercent ¶
func (x *QuoteStep) GetPriceImpactPercent() *common.PriceImpactPercent
func (*QuoteStep) GetProject ¶
func (x *QuoteStep) GetProject() *StepProject
func (*QuoteStep) GetSlippage ¶
func (*QuoteStep) ProtoMessage ¶
func (*QuoteStep) ProtoMessage()
func (*QuoteStep) ProtoReflect ¶
func (x *QuoteStep) ProtoReflect() protoreflect.Message
type RaydiumQuoteRoute ¶ added in v1.8.0
type RaydiumQuoteRoute struct { InAmount float64 `protobuf:"fixed64,1,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,2,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,3,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` Steps []*RaydiumQuoteStep `protobuf:"bytes,4,rep,name=steps,proto3" json:"steps,omitempty"` // contains filtered or unexported fields }
func (*RaydiumQuoteRoute) Descriptor
deprecated
added in
v1.8.0
func (*RaydiumQuoteRoute) Descriptor() ([]byte, []int)
Deprecated: Use RaydiumQuoteRoute.ProtoReflect.Descriptor instead.
func (*RaydiumQuoteRoute) GetInAmount ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) GetInAmount() float64
func (*RaydiumQuoteRoute) GetOutAmount ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) GetOutAmount() float64
func (*RaydiumQuoteRoute) GetOutAmountMin ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) GetOutAmountMin() float64
func (*RaydiumQuoteRoute) GetSteps ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) GetSteps() []*RaydiumQuoteStep
func (*RaydiumQuoteRoute) ProtoMessage ¶ added in v1.8.0
func (*RaydiumQuoteRoute) ProtoMessage()
func (*RaydiumQuoteRoute) ProtoReflect ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) ProtoReflect() protoreflect.Message
func (*RaydiumQuoteRoute) Reset ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) Reset()
func (*RaydiumQuoteRoute) String ¶ added in v1.8.0
func (x *RaydiumQuoteRoute) String() string
type RaydiumQuoteStep ¶ added in v1.8.0
type RaydiumQuoteStep struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InTokenAddress string `protobuf:"bytes,2,opt,name=inTokenAddress,proto3" json:"inTokenAddress,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutTokenAddress string `protobuf:"bytes,4,opt,name=outTokenAddress,proto3" json:"outTokenAddress,omitempty"` InAmount float64 `protobuf:"fixed64,5,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutAmount float64 `protobuf:"fixed64,6,opt,name=outAmount,proto3" json:"outAmount,omitempty"` Slippage float64 `protobuf:"fixed64,7,opt,name=slippage,proto3" json:"slippage,omitempty"` PriceImpactPercent *common.PriceImpactPercentV2 `protobuf:"bytes,8,opt,name=priceImpactPercent,proto3" json:"priceImpactPercent,omitempty"` Fee *common.Fee `protobuf:"bytes,9,opt,name=fee,proto3" json:"fee,omitempty"` OutAmountMin float64 `protobuf:"fixed64,10,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` Project *StepProject `protobuf:"bytes,11,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*RaydiumQuoteStep) Descriptor
deprecated
added in
v1.8.0
func (*RaydiumQuoteStep) Descriptor() ([]byte, []int)
Deprecated: Use RaydiumQuoteStep.ProtoReflect.Descriptor instead.
func (*RaydiumQuoteStep) GetFee ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetFee() *common.Fee
func (*RaydiumQuoteStep) GetInAmount ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetInAmount() float64
func (*RaydiumQuoteStep) GetInToken ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetInToken() string
func (*RaydiumQuoteStep) GetInTokenAddress ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetInTokenAddress() string
func (*RaydiumQuoteStep) GetOutAmount ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetOutAmount() float64
func (*RaydiumQuoteStep) GetOutAmountMin ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetOutAmountMin() float64
func (*RaydiumQuoteStep) GetOutToken ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetOutToken() string
func (*RaydiumQuoteStep) GetOutTokenAddress ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetOutTokenAddress() string
func (*RaydiumQuoteStep) GetPriceImpactPercent ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetPriceImpactPercent() *common.PriceImpactPercentV2
func (*RaydiumQuoteStep) GetProject ¶ added in v1.9.1
func (x *RaydiumQuoteStep) GetProject() *StepProject
func (*RaydiumQuoteStep) GetSlippage ¶ added in v1.8.0
func (x *RaydiumQuoteStep) GetSlippage() float64
func (*RaydiumQuoteStep) ProtoMessage ¶ added in v1.8.0
func (*RaydiumQuoteStep) ProtoMessage()
func (*RaydiumQuoteStep) ProtoReflect ¶ added in v1.8.0
func (x *RaydiumQuoteStep) ProtoReflect() protoreflect.Message
func (*RaydiumQuoteStep) Reset ¶ added in v1.8.0
func (x *RaydiumQuoteStep) Reset()
func (*RaydiumQuoteStep) String ¶ added in v1.8.0
func (x *RaydiumQuoteStep) String() string
type RaydiumRouteStep ¶ added in v1.8.0
type RaydiumRouteStep struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InAmount float64 `protobuf:"fixed64,2,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutAmount float64 `protobuf:"fixed64,4,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,5,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PoolAddress string `protobuf:"bytes,6,opt,name=poolAddress,proto3" json:"poolAddress,omitempty"` Project *StepProject `protobuf:"bytes,7,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*RaydiumRouteStep) Descriptor
deprecated
added in
v1.8.0
func (*RaydiumRouteStep) Descriptor() ([]byte, []int)
Deprecated: Use RaydiumRouteStep.ProtoReflect.Descriptor instead.
func (*RaydiumRouteStep) GetInAmount ¶ added in v1.8.0
func (x *RaydiumRouteStep) GetInAmount() float64
func (*RaydiumRouteStep) GetInToken ¶ added in v1.8.0
func (x *RaydiumRouteStep) GetInToken() string
func (*RaydiumRouteStep) GetOutAmount ¶ added in v1.8.0
func (x *RaydiumRouteStep) GetOutAmount() float64
func (*RaydiumRouteStep) GetOutAmountMin ¶ added in v1.8.0
func (x *RaydiumRouteStep) GetOutAmountMin() float64
func (*RaydiumRouteStep) GetOutToken ¶ added in v1.8.0
func (x *RaydiumRouteStep) GetOutToken() string
func (*RaydiumRouteStep) GetPoolAddress ¶ added in v1.8.0
func (x *RaydiumRouteStep) GetPoolAddress() string
func (*RaydiumRouteStep) GetProject ¶ added in v1.9.1
func (x *RaydiumRouteStep) GetProject() *StepProject
func (*RaydiumRouteStep) ProtoMessage ¶ added in v1.8.0
func (*RaydiumRouteStep) ProtoMessage()
func (*RaydiumRouteStep) ProtoReflect ¶ added in v1.8.0
func (x *RaydiumRouteStep) ProtoReflect() protoreflect.Message
func (*RaydiumRouteStep) Reset ¶ added in v1.8.0
func (x *RaydiumRouteStep) Reset()
func (*RaydiumRouteStep) String ¶ added in v1.8.0
func (x *RaydiumRouteStep) String() string
type RouteStep ¶
type RouteStep struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` InAmount float64 `protobuf:"fixed64,2,opt,name=inAmount,proto3" json:"inAmount,omitempty"` OutToken string `protobuf:"bytes,3,opt,name=outToken,proto3" json:"outToken,omitempty"` OutAmount float64 `protobuf:"fixed64,4,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,5,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` Project *StepProject `protobuf:"bytes,6,opt,name=project,proto3" json:"project,omitempty"` Fee *common.Fee `protobuf:"bytes,7,opt,name=fee,proto3" json:"fee,omitempty"` // contains filtered or unexported fields }
func (*RouteStep) Descriptor
deprecated
func (*RouteStep) GetInAmount ¶
func (*RouteStep) GetInToken ¶
func (*RouteStep) GetOutAmount ¶
func (*RouteStep) GetOutAmountMin ¶
func (*RouteStep) GetOutToken ¶
func (*RouteStep) GetProject ¶
func (x *RouteStep) GetProject() *StepProject
func (*RouteStep) ProtoMessage ¶
func (*RouteStep) ProtoMessage()
func (*RouteStep) ProtoReflect ¶
func (x *RouteStep) ProtoReflect() protoreflect.Message
type RouteTradeSwapRequest ¶
type RouteTradeSwapRequest struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` Steps []*RouteStep `protobuf:"bytes,3,rep,name=steps,proto3" json:"steps,omitempty"` Slippage float64 `protobuf:"fixed64,4,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,5,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,6,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,7,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*RouteTradeSwapRequest) Descriptor
deprecated
func (*RouteTradeSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use RouteTradeSwapRequest.ProtoReflect.Descriptor instead.
func (*RouteTradeSwapRequest) GetComputeLimit ¶ added in v1.9.0
func (x *RouteTradeSwapRequest) GetComputeLimit() uint32
func (*RouteTradeSwapRequest) GetComputePrice ¶ added in v1.9.0
func (x *RouteTradeSwapRequest) GetComputePrice() uint64
func (*RouteTradeSwapRequest) GetOwnerAddress ¶
func (x *RouteTradeSwapRequest) GetOwnerAddress() string
func (*RouteTradeSwapRequest) GetProject ¶
func (x *RouteTradeSwapRequest) GetProject() Project
func (*RouteTradeSwapRequest) GetSlippage ¶ added in v1.8.0
func (x *RouteTradeSwapRequest) GetSlippage() float64
func (*RouteTradeSwapRequest) GetSteps ¶
func (x *RouteTradeSwapRequest) GetSteps() []*RouteStep
func (*RouteTradeSwapRequest) GetTip ¶ added in v1.9.1
func (x *RouteTradeSwapRequest) GetTip() uint64
func (*RouteTradeSwapRequest) ProtoMessage ¶
func (*RouteTradeSwapRequest) ProtoMessage()
func (*RouteTradeSwapRequest) ProtoReflect ¶
func (x *RouteTradeSwapRequest) ProtoReflect() protoreflect.Message
func (*RouteTradeSwapRequest) Reset ¶
func (x *RouteTradeSwapRequest) Reset()
func (*RouteTradeSwapRequest) String ¶
func (x *RouteTradeSwapRequest) String() string
type Settlement ¶
type Settlement struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` Unsettled float64 `protobuf:"fixed64,2,opt,name=unsettled,proto3" json:"unsettled,omitempty"` Amount float64 `protobuf:"fixed64,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*Settlement) Descriptor
deprecated
func (*Settlement) Descriptor() ([]byte, []int)
Deprecated: Use Settlement.ProtoReflect.Descriptor instead.
func (*Settlement) GetAmount ¶
func (x *Settlement) GetAmount() float64
func (*Settlement) GetSymbol ¶
func (x *Settlement) GetSymbol() string
func (*Settlement) GetUnsettled ¶
func (x *Settlement) GetUnsettled() float64
func (*Settlement) ProtoMessage ¶
func (*Settlement) ProtoMessage()
func (*Settlement) ProtoReflect ¶
func (x *Settlement) ProtoReflect() protoreflect.Message
func (*Settlement) Reset ¶
func (x *Settlement) Reset()
func (*Settlement) String ¶
func (x *Settlement) String() string
type Side ¶
type Side int32
func (Side) Descriptor ¶
func (Side) Descriptor() protoreflect.EnumDescriptor
func (Side) EnumDescriptor
deprecated
func (Side) Number ¶
func (x Side) Number() protoreflect.EnumNumber
func (Side) Type ¶
func (Side) Type() protoreflect.EnumType
type Step ¶
type Step int32
func (Step) Descriptor ¶
func (Step) Descriptor() protoreflect.EnumDescriptor
func (Step) EnumDescriptor
deprecated
func (Step) Number ¶
func (x Step) Number() protoreflect.EnumNumber
func (Step) Type ¶
func (Step) Type() protoreflect.EnumType
type StepProject ¶
type StepProject struct { Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*StepProject) Descriptor
deprecated
func (*StepProject) Descriptor() ([]byte, []int)
Deprecated: Use StepProject.ProtoReflect.Descriptor instead.
func (*StepProject) GetId ¶
func (x *StepProject) GetId() string
func (*StepProject) GetLabel ¶
func (x *StepProject) GetLabel() string
func (*StepProject) ProtoMessage ¶
func (*StepProject) ProtoMessage()
func (*StepProject) ProtoReflect ¶
func (x *StepProject) ProtoReflect() protoreflect.Message
func (*StepProject) Reset ¶
func (x *StepProject) Reset()
func (*StepProject) String ¶
func (x *StepProject) String() string
type StreamInfo ¶ added in v1.9.1
type StreamInfo struct { StreamName string `protobuf:"bytes,1,opt,name=streamName,proto3" json:"streamName,omitempty"` SubscriptionID string `protobuf:"bytes,2,opt,name=subscriptionID,proto3" json:"subscriptionID,omitempty"` StartTime int64 `protobuf:"varint,3,opt,name=startTime,proto3" json:"startTime,omitempty"` CreditUsed int64 `protobuf:"varint,4,opt,name=creditUsed,proto3" json:"creditUsed,omitempty"` // contains filtered or unexported fields }
func (*StreamInfo) Descriptor
deprecated
added in
v1.9.1
func (*StreamInfo) Descriptor() ([]byte, []int)
Deprecated: Use StreamInfo.ProtoReflect.Descriptor instead.
func (*StreamInfo) GetCreditUsed ¶ added in v1.9.1
func (x *StreamInfo) GetCreditUsed() int64
func (*StreamInfo) GetStartTime ¶ added in v1.9.1
func (x *StreamInfo) GetStartTime() int64
func (*StreamInfo) GetStreamName ¶ added in v1.9.1
func (x *StreamInfo) GetStreamName() string
func (*StreamInfo) GetSubscriptionID ¶ added in v1.9.1
func (x *StreamInfo) GetSubscriptionID() string
func (*StreamInfo) ProtoMessage ¶ added in v1.9.1
func (*StreamInfo) ProtoMessage()
func (*StreamInfo) ProtoReflect ¶ added in v1.9.1
func (x *StreamInfo) ProtoReflect() protoreflect.Message
func (*StreamInfo) Reset ¶ added in v1.9.1
func (x *StreamInfo) Reset()
func (*StreamInfo) String ¶ added in v1.9.1
func (x *StreamInfo) String() string
type SubmitStrategy ¶
type SubmitStrategy int32
const ( SubmitStrategy_P_UKNOWN SubmitStrategy = 0 SubmitStrategy_P_SUBMIT_ALL SubmitStrategy = 1 SubmitStrategy_P_ABORT_ON_FIRST_ERROR SubmitStrategy = 2 SubmitStrategy_P_WAIT_FOR_CONFIRMATION SubmitStrategy = 3 )
func (SubmitStrategy) Descriptor ¶
func (SubmitStrategy) Descriptor() protoreflect.EnumDescriptor
func (SubmitStrategy) Enum ¶
func (x SubmitStrategy) Enum() *SubmitStrategy
func (SubmitStrategy) EnumDescriptor
deprecated
func (SubmitStrategy) EnumDescriptor() ([]byte, []int)
Deprecated: Use SubmitStrategy.Descriptor instead.
func (SubmitStrategy) Number ¶
func (x SubmitStrategy) Number() protoreflect.EnumNumber
func (SubmitStrategy) String ¶
func (x SubmitStrategy) String() string
func (SubmitStrategy) Type ¶
func (SubmitStrategy) Type() protoreflect.EnumType
type Ticker ¶
type Ticker struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` Bid float64 `protobuf:"fixed64,3,opt,name=bid,proto3" json:"bid,omitempty"` BidSize float64 `protobuf:"fixed64,4,opt,name=bidSize,proto3" json:"bidSize,omitempty"` Ask float64 `protobuf:"fixed64,5,opt,name=ask,proto3" json:"ask,omitempty"` AskSize float64 `protobuf:"fixed64,6,opt,name=askSize,proto3" json:"askSize,omitempty"` Project Project `protobuf:"varint,7,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` // contains filtered or unexported fields }
func (*Ticker) Descriptor
deprecated
func (*Ticker) GetAskSize ¶
func (*Ticker) GetBidSize ¶
func (*Ticker) GetMarketAddress ¶
func (*Ticker) GetProject ¶ added in v1.3.0
func (*Ticker) ProtoMessage ¶
func (*Ticker) ProtoMessage()
func (*Ticker) ProtoReflect ¶
func (x *Ticker) ProtoReflect() protoreflect.Message
type TickerV2 ¶ added in v1.8.0
type TickerV2 struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` MarketAddress string `protobuf:"bytes,2,opt,name=marketAddress,proto3" json:"marketAddress,omitempty"` Bid float64 `protobuf:"fixed64,3,opt,name=bid,proto3" json:"bid,omitempty"` BidSize float64 `protobuf:"fixed64,4,opt,name=bidSize,proto3" json:"bidSize,omitempty"` Ask float64 `protobuf:"fixed64,5,opt,name=ask,proto3" json:"ask,omitempty"` AskSize float64 `protobuf:"fixed64,6,opt,name=askSize,proto3" json:"askSize,omitempty"` // contains filtered or unexported fields }
func (*TickerV2) Descriptor
deprecated
added in
v1.8.0
func (*TickerV2) GetAskSize ¶ added in v1.8.0
func (*TickerV2) GetBidSize ¶ added in v1.8.0
func (*TickerV2) GetMarketAddress ¶ added in v1.8.0
func (*TickerV2) ProtoMessage ¶ added in v1.8.0
func (*TickerV2) ProtoMessage()
func (*TickerV2) ProtoReflect ¶ added in v1.8.0
func (x *TickerV2) ProtoReflect() protoreflect.Message
type TokenAccount ¶ added in v1.5.0
type TokenAccount struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` TokenMint string `protobuf:"bytes,2,opt,name=tokenMint,proto3" json:"tokenMint,omitempty"` TokenAccount string `protobuf:"bytes,3,opt,name=tokenAccount,proto3" json:"tokenAccount,omitempty"` Amount float64 `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*TokenAccount) Descriptor
deprecated
added in
v1.5.0
func (*TokenAccount) Descriptor() ([]byte, []int)
Deprecated: Use TokenAccount.ProtoReflect.Descriptor instead.
func (*TokenAccount) GetAmount ¶ added in v1.5.0
func (x *TokenAccount) GetAmount() float64
func (*TokenAccount) GetSymbol ¶ added in v1.5.0
func (x *TokenAccount) GetSymbol() string
func (*TokenAccount) GetTokenAccount ¶ added in v1.5.0
func (x *TokenAccount) GetTokenAccount() string
func (*TokenAccount) GetTokenMint ¶ added in v1.5.0
func (x *TokenAccount) GetTokenMint() string
func (*TokenAccount) ProtoMessage ¶ added in v1.5.0
func (*TokenAccount) ProtoMessage()
func (*TokenAccount) ProtoReflect ¶ added in v1.5.0
func (x *TokenAccount) ProtoReflect() protoreflect.Message
func (*TokenAccount) Reset ¶ added in v1.5.0
func (x *TokenAccount) Reset()
func (*TokenAccount) String ¶ added in v1.5.0
func (x *TokenAccount) String() string
type TokenBalance ¶
type TokenBalance struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` TokenMint string `protobuf:"bytes,2,opt,name=tokenMint,proto3" json:"tokenMint,omitempty"` SettledAmount float64 `protobuf:"fixed64,3,opt,name=settledAmount,proto3" json:"settledAmount,omitempty"` UnsettledAmount float64 `protobuf:"fixed64,4,opt,name=unsettledAmount,proto3" json:"unsettledAmount,omitempty"` OpenOrdersAmount float64 `protobuf:"fixed64,5,opt,name=openOrdersAmount,proto3" json:"openOrdersAmount,omitempty"` // contains filtered or unexported fields }
func (*TokenBalance) Descriptor
deprecated
func (*TokenBalance) Descriptor() ([]byte, []int)
Deprecated: Use TokenBalance.ProtoReflect.Descriptor instead.
func (*TokenBalance) GetOpenOrdersAmount ¶
func (x *TokenBalance) GetOpenOrdersAmount() float64
func (*TokenBalance) GetSettledAmount ¶ added in v1.5.0
func (x *TokenBalance) GetSettledAmount() float64
func (*TokenBalance) GetSymbol ¶
func (x *TokenBalance) GetSymbol() string
func (*TokenBalance) GetTokenMint ¶ added in v1.5.0
func (x *TokenBalance) GetTokenMint() string
func (*TokenBalance) GetUnsettledAmount ¶
func (x *TokenBalance) GetUnsettledAmount() float64
func (*TokenBalance) ProtoMessage ¶
func (*TokenBalance) ProtoMessage()
func (*TokenBalance) ProtoReflect ¶
func (x *TokenBalance) ProtoReflect() protoreflect.Message
func (*TokenBalance) Reset ¶
func (x *TokenBalance) Reset()
func (*TokenBalance) String ¶
func (x *TokenBalance) String() string
type TokenPair ¶
type TokenPair struct { InToken string `protobuf:"bytes,1,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,2,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,3,opt,name=inAmount,proto3" json:"inAmount,omitempty"` // contains filtered or unexported fields }
func (*TokenPair) Descriptor
deprecated
func (*TokenPair) GetInAmount ¶
func (*TokenPair) GetInToken ¶
func (*TokenPair) GetOutToken ¶
func (*TokenPair) ProtoMessage ¶
func (*TokenPair) ProtoMessage()
func (*TokenPair) ProtoReflect ¶
func (x *TokenPair) ProtoReflect() protoreflect.Message
type TokenPrice ¶
type TokenPrice struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` TokenAddress string `protobuf:"bytes,2,opt,name=tokenAddress,proto3" json:"tokenAddress,omitempty"` Project Project `protobuf:"varint,3,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` Buy float64 `protobuf:"fixed64,4,opt,name=buy,proto3" json:"buy,omitempty"` BuySize float64 `protobuf:"fixed64,5,opt,name=buySize,proto3" json:"buySize,omitempty"` Sell float64 `protobuf:"fixed64,6,opt,name=sell,proto3" json:"sell,omitempty"` SellSize float64 `protobuf:"fixed64,7,opt,name=sellSize,proto3" json:"sellSize,omitempty"` // contains filtered or unexported fields }
func (*TokenPrice) Descriptor
deprecated
func (*TokenPrice) Descriptor() ([]byte, []int)
Deprecated: Use TokenPrice.ProtoReflect.Descriptor instead.
func (*TokenPrice) GetBuy ¶
func (x *TokenPrice) GetBuy() float64
func (*TokenPrice) GetBuySize ¶
func (x *TokenPrice) GetBuySize() float64
func (*TokenPrice) GetProject ¶
func (x *TokenPrice) GetProject() Project
func (*TokenPrice) GetSell ¶
func (x *TokenPrice) GetSell() float64
func (*TokenPrice) GetSellSize ¶
func (x *TokenPrice) GetSellSize() float64
func (*TokenPrice) GetToken ¶
func (x *TokenPrice) GetToken() string
func (*TokenPrice) GetTokenAddress ¶
func (x *TokenPrice) GetTokenAddress() string
func (*TokenPrice) ProtoMessage ¶
func (*TokenPrice) ProtoMessage()
func (*TokenPrice) ProtoReflect ¶
func (x *TokenPrice) ProtoReflect() protoreflect.Message
func (*TokenPrice) Reset ¶
func (x *TokenPrice) Reset()
func (*TokenPrice) String ¶
func (x *TokenPrice) String() string
type TokenPriceV2 ¶ added in v1.8.0
type TokenPriceV2 struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` TokenAddress string `protobuf:"bytes,2,opt,name=tokenAddress,proto3" json:"tokenAddress,omitempty"` Buy float64 `protobuf:"fixed64,3,opt,name=buy,proto3" json:"buy,omitempty"` BuySize float64 `protobuf:"fixed64,4,opt,name=buySize,proto3" json:"buySize,omitempty"` Sell float64 `protobuf:"fixed64,5,opt,name=sell,proto3" json:"sell,omitempty"` SellSize float64 `protobuf:"fixed64,6,opt,name=sellSize,proto3" json:"sellSize,omitempty"` // contains filtered or unexported fields }
func (*TokenPriceV2) Descriptor
deprecated
added in
v1.8.0
func (*TokenPriceV2) Descriptor() ([]byte, []int)
Deprecated: Use TokenPriceV2.ProtoReflect.Descriptor instead.
func (*TokenPriceV2) GetBuy ¶ added in v1.8.0
func (x *TokenPriceV2) GetBuy() float64
func (*TokenPriceV2) GetBuySize ¶ added in v1.8.0
func (x *TokenPriceV2) GetBuySize() float64
func (*TokenPriceV2) GetSell ¶ added in v1.8.0
func (x *TokenPriceV2) GetSell() float64
func (*TokenPriceV2) GetSellSize ¶ added in v1.8.0
func (x *TokenPriceV2) GetSellSize() float64
func (*TokenPriceV2) GetToken ¶ added in v1.8.0
func (x *TokenPriceV2) GetToken() string
func (*TokenPriceV2) GetTokenAddress ¶ added in v1.8.0
func (x *TokenPriceV2) GetTokenAddress() string
func (*TokenPriceV2) ProtoMessage ¶ added in v1.8.0
func (*TokenPriceV2) ProtoMessage()
func (*TokenPriceV2) ProtoReflect ¶ added in v1.8.0
func (x *TokenPriceV2) ProtoReflect() protoreflect.Message
func (*TokenPriceV2) Reset ¶ added in v1.8.0
func (x *TokenPriceV2) Reset()
func (*TokenPriceV2) String ¶ added in v1.8.0
func (x *TokenPriceV2) String() string
type Trade ¶
type Trade struct { Side Side `protobuf:"varint,1,opt,name=side,proto3,enum=api.Side" json:"side,omitempty"` Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"` FillPrice float64 `protobuf:"fixed64,3,opt,name=fillPrice,proto3" json:"fillPrice,omitempty"` OrderID string `protobuf:"bytes,4,opt,name=orderID,proto3" json:"orderID,omitempty"` IsMaker bool `protobuf:"varint,5,opt,name=isMaker,proto3" json:"isMaker,omitempty"` Address string `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"` FeeOrRebate float64 `protobuf:"fixed64,7,opt,name=feeOrRebate,proto3" json:"feeOrRebate,omitempty"` OrderPrice float64 `protobuf:"fixed64,8,opt,name=orderPrice,proto3" json:"orderPrice,omitempty"` // contains filtered or unexported fields }
func (*Trade) Descriptor
deprecated
func (*Trade) GetAddress ¶
func (*Trade) GetFeeOrRebate ¶
func (*Trade) GetFillPrice ¶
func (*Trade) GetIsMaker ¶
func (*Trade) GetOrderID ¶
func (*Trade) GetOrderPrice ¶
func (*Trade) ProtoMessage ¶
func (*Trade) ProtoMessage()
func (*Trade) ProtoReflect ¶
func (x *Trade) ProtoReflect() protoreflect.Message
type TradeSwapRequest ¶
type TradeSwapRequest struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=ownerAddress,proto3" json:"ownerAddress,omitempty"` InToken string `protobuf:"bytes,3,opt,name=inToken,proto3" json:"inToken,omitempty"` OutToken string `protobuf:"bytes,4,opt,name=outToken,proto3" json:"outToken,omitempty"` InAmount float64 `protobuf:"fixed64,5,opt,name=inAmount,proto3" json:"inAmount,omitempty"` Slippage float64 `protobuf:"fixed64,6,opt,name=slippage,proto3" json:"slippage,omitempty"` ComputeLimit uint32 `protobuf:"varint,7,opt,name=computeLimit,proto3" json:"computeLimit,omitempty"` ComputePrice uint64 `protobuf:"varint,8,opt,name=computePrice,proto3" json:"computePrice,omitempty"` Tip *uint64 `protobuf:"varint,9,opt,name=tip,proto3,oneof" json:"tip,omitempty"` // contains filtered or unexported fields }
func (*TradeSwapRequest) Descriptor
deprecated
func (*TradeSwapRequest) Descriptor() ([]byte, []int)
Deprecated: Use TradeSwapRequest.ProtoReflect.Descriptor instead.
func (*TradeSwapRequest) GetComputeLimit ¶ added in v1.9.0
func (x *TradeSwapRequest) GetComputeLimit() uint32
func (*TradeSwapRequest) GetComputePrice ¶ added in v1.9.0
func (x *TradeSwapRequest) GetComputePrice() uint64
func (*TradeSwapRequest) GetInAmount ¶
func (x *TradeSwapRequest) GetInAmount() float64
func (*TradeSwapRequest) GetInToken ¶
func (x *TradeSwapRequest) GetInToken() string
func (*TradeSwapRequest) GetOutToken ¶
func (x *TradeSwapRequest) GetOutToken() string
func (*TradeSwapRequest) GetOwnerAddress ¶
func (x *TradeSwapRequest) GetOwnerAddress() string
func (*TradeSwapRequest) GetProject ¶
func (x *TradeSwapRequest) GetProject() Project
func (*TradeSwapRequest) GetSlippage ¶
func (x *TradeSwapRequest) GetSlippage() float64
func (*TradeSwapRequest) GetTip ¶ added in v1.9.1
func (x *TradeSwapRequest) GetTip() uint64
func (*TradeSwapRequest) ProtoMessage ¶
func (*TradeSwapRequest) ProtoMessage()
func (*TradeSwapRequest) ProtoReflect ¶
func (x *TradeSwapRequest) ProtoReflect() protoreflect.Message
func (*TradeSwapRequest) Reset ¶
func (x *TradeSwapRequest) Reset()
func (*TradeSwapRequest) String ¶
func (x *TradeSwapRequest) String() string
type TradeSwapResponse ¶
type TradeSwapResponse struct { Project Project `protobuf:"varint,1,opt,name=project,proto3,enum=api.Project" json:"project,omitempty"` Transactions []*TransactionMessage `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"` OutAmount float64 `protobuf:"fixed64,3,opt,name=outAmount,proto3" json:"outAmount,omitempty"` OutAmountMin float64 `protobuf:"fixed64,4,opt,name=outAmountMin,proto3" json:"outAmountMin,omitempty"` PriceImpact *common.PriceImpactPercent `protobuf:"bytes,5,opt,name=priceImpact,proto3" json:"priceImpact,omitempty"` Fees []*common.Fee `protobuf:"bytes,6,rep,name=fees,proto3" json:"fees,omitempty"` // contains filtered or unexported fields }
func (*TradeSwapResponse) Descriptor
deprecated
func (*TradeSwapResponse) Descriptor() ([]byte, []int)
Deprecated: Use TradeSwapResponse.ProtoReflect.Descriptor instead.
func (*TradeSwapResponse) GetFees ¶
func (x *TradeSwapResponse) GetFees() []*common.Fee
func (*TradeSwapResponse) GetOutAmount ¶
func (x *TradeSwapResponse) GetOutAmount() float64
func (*TradeSwapResponse) GetOutAmountMin ¶
func (x *TradeSwapResponse) GetOutAmountMin() float64
func (*TradeSwapResponse) GetPriceImpact ¶
func (x *TradeSwapResponse) GetPriceImpact() *common.PriceImpactPercent
func (*TradeSwapResponse) GetProject ¶
func (x *TradeSwapResponse) GetProject() Project
func (*TradeSwapResponse) GetTransactions ¶
func (x *TradeSwapResponse) GetTransactions() []*TransactionMessage
func (*TradeSwapResponse) ProtoMessage ¶
func (*TradeSwapResponse) ProtoMessage()
func (*TradeSwapResponse) ProtoReflect ¶
func (x *TradeSwapResponse) ProtoReflect() protoreflect.Message
func (*TradeSwapResponse) Reset ¶
func (x *TradeSwapResponse) Reset()
func (*TradeSwapResponse) String ¶
func (x *TradeSwapResponse) String() string
type TransactionMessage ¶
type TransactionMessage struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` IsCleanup bool `protobuf:"varint,2,opt,name=isCleanup,proto3" json:"isCleanup,omitempty"` // contains filtered or unexported fields }
func (*TransactionMessage) Descriptor
deprecated
func (*TransactionMessage) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMessage.ProtoReflect.Descriptor instead.
func (*TransactionMessage) GetContent ¶
func (x *TransactionMessage) GetContent() string
func (*TransactionMessage) GetIsCleanup ¶
func (x *TransactionMessage) GetIsCleanup() bool
func (*TransactionMessage) ProtoMessage ¶
func (*TransactionMessage) ProtoMessage()
func (*TransactionMessage) ProtoReflect ¶
func (x *TransactionMessage) ProtoReflect() protoreflect.Message
func (*TransactionMessage) Reset ¶
func (x *TransactionMessage) Reset()
func (*TransactionMessage) String ¶
func (x *TransactionMessage) String() string
type TransactionMessageHeader ¶ added in v1.9.2
type TransactionMessageHeader struct { NumRequiredSignatures uint32 `` /* 127-byte string literal not displayed */ NumReadonlySignedAccounts uint32 `` /* 141-byte string literal not displayed */ NumReadonlyUnsignedAccounts uint32 `` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TransactionMessageHeader) Descriptor
deprecated
added in
v1.9.2
func (*TransactionMessageHeader) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMessageHeader.ProtoReflect.Descriptor instead.
func (*TransactionMessageHeader) GetNumReadonlySignedAccounts ¶ added in v1.9.2
func (x *TransactionMessageHeader) GetNumReadonlySignedAccounts() uint32
func (*TransactionMessageHeader) GetNumReadonlyUnsignedAccounts ¶ added in v1.9.2
func (x *TransactionMessageHeader) GetNumReadonlyUnsignedAccounts() uint32
func (*TransactionMessageHeader) GetNumRequiredSignatures ¶ added in v1.9.2
func (x *TransactionMessageHeader) GetNumRequiredSignatures() uint32
func (*TransactionMessageHeader) ProtoMessage ¶ added in v1.9.2
func (*TransactionMessageHeader) ProtoMessage()
func (*TransactionMessageHeader) ProtoReflect ¶ added in v1.9.2
func (x *TransactionMessageHeader) ProtoReflect() protoreflect.Message
func (*TransactionMessageHeader) Reset ¶ added in v1.9.2
func (x *TransactionMessageHeader) Reset()
func (*TransactionMessageHeader) String ¶ added in v1.9.2
func (x *TransactionMessageHeader) String() string
type TransactionMessageV2 ¶ added in v1.9.2
type TransactionMessageV2 struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*TransactionMessageV2) Descriptor
deprecated
added in
v1.9.2
func (*TransactionMessageV2) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMessageV2.ProtoReflect.Descriptor instead.
func (*TransactionMessageV2) GetContent ¶ added in v1.9.2
func (x *TransactionMessageV2) GetContent() string
func (*TransactionMessageV2) ProtoMessage ¶ added in v1.9.2
func (*TransactionMessageV2) ProtoMessage()
func (*TransactionMessageV2) ProtoReflect ¶ added in v1.9.2
func (x *TransactionMessageV2) ProtoReflect() protoreflect.Message
func (*TransactionMessageV2) Reset ¶ added in v1.9.2
func (x *TransactionMessageV2) Reset()
func (*TransactionMessageV2) String ¶ added in v1.9.2
func (x *TransactionMessageV2) String() string
type TransactionMessageZeta ¶ added in v1.9.2
type TransactionMessageZeta struct { Header *TransactionMessageHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` AccountKeys []string `protobuf:"bytes,3,rep,name=account_keys,json=accountKeys,proto3" json:"account_keys,omitempty"` RecentBlockhash string `protobuf:"bytes,4,opt,name=recent_blockhash,json=recentBlockhash,proto3" json:"recent_blockhash,omitempty"` Instructions []*Instruction `protobuf:"bytes,5,rep,name=instructions,proto3" json:"instructions,omitempty"` // contains filtered or unexported fields }
func (*TransactionMessageZeta) Descriptor
deprecated
added in
v1.9.2
func (*TransactionMessageZeta) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMessageZeta.ProtoReflect.Descriptor instead.
func (*TransactionMessageZeta) GetAccountKeys ¶ added in v1.9.2
func (x *TransactionMessageZeta) GetAccountKeys() []string
func (*TransactionMessageZeta) GetHeader ¶ added in v1.9.2
func (x *TransactionMessageZeta) GetHeader() *TransactionMessageHeader
func (*TransactionMessageZeta) GetInstructions ¶ added in v1.9.2
func (x *TransactionMessageZeta) GetInstructions() []*Instruction
func (*TransactionMessageZeta) GetRecentBlockhash ¶ added in v1.9.2
func (x *TransactionMessageZeta) GetRecentBlockhash() string
func (*TransactionMessageZeta) ProtoMessage ¶ added in v1.9.2
func (*TransactionMessageZeta) ProtoMessage()
func (*TransactionMessageZeta) ProtoReflect ¶ added in v1.9.2
func (x *TransactionMessageZeta) ProtoReflect() protoreflect.Message
func (*TransactionMessageZeta) Reset ¶ added in v1.9.2
func (x *TransactionMessageZeta) Reset()
func (*TransactionMessageZeta) String ¶ added in v1.9.2
func (x *TransactionMessageZeta) String() string
type TransactionMeta ¶ added in v1.9.1
type TransactionMeta struct { Err string `protobuf:"bytes,1,opt,name=err,proto3" json:"err,omitempty"` Errored bool `protobuf:"varint,2,opt,name=errored,proto3" json:"errored,omitempty"` Fee uint64 `protobuf:"varint,3,opt,name=fee,proto3" json:"fee,omitempty"` PreBalances []uint64 `protobuf:"varint,4,rep,packed,name=pre_balances,json=preBalances,proto3" json:"pre_balances,omitempty"` PostBalances []uint64 `protobuf:"varint,5,rep,packed,name=post_balances,json=postBalances,proto3" json:"post_balances,omitempty"` InnerInstructions []*TransactionMetaInnerInstruction `protobuf:"bytes,6,rep,name=inner_instructions,json=innerInstructions,proto3" json:"inner_instructions,omitempty"` LogMessages []string `protobuf:"bytes,7,rep,name=log_messages,json=logMessages,proto3" json:"log_messages,omitempty"` PreTokenBalances []*TransactionMetaTokenBalance `protobuf:"bytes,8,rep,name=pre_token_balances,json=preTokenBalances,proto3" json:"pre_token_balances,omitempty"` PostTokenBalances []*TransactionMetaTokenBalance `protobuf:"bytes,9,rep,name=post_token_balances,json=postTokenBalances,proto3" json:"post_token_balances,omitempty"` // contains filtered or unexported fields }
func (*TransactionMeta) Descriptor
deprecated
added in
v1.9.1
func (*TransactionMeta) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMeta.ProtoReflect.Descriptor instead.
func (*TransactionMeta) GetErr ¶ added in v1.9.1
func (x *TransactionMeta) GetErr() string
func (*TransactionMeta) GetErrored ¶ added in v1.9.1
func (x *TransactionMeta) GetErrored() bool
func (*TransactionMeta) GetFee ¶ added in v1.9.1
func (x *TransactionMeta) GetFee() uint64
func (*TransactionMeta) GetInnerInstructions ¶ added in v1.9.1
func (x *TransactionMeta) GetInnerInstructions() []*TransactionMetaInnerInstruction
func (*TransactionMeta) GetLogMessages ¶ added in v1.9.1
func (x *TransactionMeta) GetLogMessages() []string
func (*TransactionMeta) GetPostBalances ¶ added in v1.9.1
func (x *TransactionMeta) GetPostBalances() []uint64
func (*TransactionMeta) GetPostTokenBalances ¶ added in v1.9.1
func (x *TransactionMeta) GetPostTokenBalances() []*TransactionMetaTokenBalance
func (*TransactionMeta) GetPreBalances ¶ added in v1.9.1
func (x *TransactionMeta) GetPreBalances() []uint64
func (*TransactionMeta) GetPreTokenBalances ¶ added in v1.9.1
func (x *TransactionMeta) GetPreTokenBalances() []*TransactionMetaTokenBalance
func (*TransactionMeta) ProtoMessage ¶ added in v1.9.1
func (*TransactionMeta) ProtoMessage()
func (*TransactionMeta) ProtoReflect ¶ added in v1.9.1
func (x *TransactionMeta) ProtoReflect() protoreflect.Message
func (*TransactionMeta) Reset ¶ added in v1.9.1
func (x *TransactionMeta) Reset()
func (*TransactionMeta) String ¶ added in v1.9.1
func (x *TransactionMeta) String() string
type TransactionMetaInnerInstruction ¶ added in v1.9.1
type TransactionMetaInnerInstruction struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Instructions []*Instruction `protobuf:"bytes,2,rep,name=instructions,proto3" json:"instructions,omitempty"` // contains filtered or unexported fields }
func (*TransactionMetaInnerInstruction) Descriptor
deprecated
added in
v1.9.1
func (*TransactionMetaInnerInstruction) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMetaInnerInstruction.ProtoReflect.Descriptor instead.
func (*TransactionMetaInnerInstruction) GetIndex ¶ added in v1.9.1
func (x *TransactionMetaInnerInstruction) GetIndex() uint32
func (*TransactionMetaInnerInstruction) GetInstructions ¶ added in v1.9.1
func (x *TransactionMetaInnerInstruction) GetInstructions() []*Instruction
func (*TransactionMetaInnerInstruction) ProtoMessage ¶ added in v1.9.1
func (*TransactionMetaInnerInstruction) ProtoMessage()
func (*TransactionMetaInnerInstruction) ProtoReflect ¶ added in v1.9.1
func (x *TransactionMetaInnerInstruction) ProtoReflect() protoreflect.Message
func (*TransactionMetaInnerInstruction) Reset ¶ added in v1.9.1
func (x *TransactionMetaInnerInstruction) Reset()
func (*TransactionMetaInnerInstruction) String ¶ added in v1.9.1
func (x *TransactionMetaInnerInstruction) String() string
type TransactionMetaTokenBalance ¶ added in v1.9.1
type TransactionMetaTokenBalance struct { AccountIndex uint32 `protobuf:"varint,1,opt,name=accountIndex,proto3" json:"accountIndex,omitempty"` Mint string `protobuf:"bytes,2,opt,name=mint,proto3" json:"mint,omitempty"` UiTokenAmount *UITokenAmount `protobuf:"bytes,3,opt,name=ui_token_amount,json=uiTokenAmount,proto3" json:"ui_token_amount,omitempty"` Owner string `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` // contains filtered or unexported fields }
func (*TransactionMetaTokenBalance) Descriptor
deprecated
added in
v1.9.1
func (*TransactionMetaTokenBalance) Descriptor() ([]byte, []int)
Deprecated: Use TransactionMetaTokenBalance.ProtoReflect.Descriptor instead.
func (*TransactionMetaTokenBalance) GetAccountIndex ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) GetAccountIndex() uint32
func (*TransactionMetaTokenBalance) GetMint ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) GetMint() string
func (*TransactionMetaTokenBalance) GetOwner ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) GetOwner() string
func (*TransactionMetaTokenBalance) GetUiTokenAmount ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) GetUiTokenAmount() *UITokenAmount
func (*TransactionMetaTokenBalance) ProtoMessage ¶ added in v1.9.1
func (*TransactionMetaTokenBalance) ProtoMessage()
func (*TransactionMetaTokenBalance) ProtoReflect ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) ProtoReflect() protoreflect.Message
func (*TransactionMetaTokenBalance) Reset ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) Reset()
func (*TransactionMetaTokenBalance) String ¶ added in v1.9.1
func (x *TransactionMetaTokenBalance) String() string
type TransactionZeta ¶ added in v1.9.2
type TransactionZeta struct { Signatures []string `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"` Message *TransactionMessageZeta `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*TransactionZeta) Descriptor
deprecated
added in
v1.9.2
func (*TransactionZeta) Descriptor() ([]byte, []int)
Deprecated: Use TransactionZeta.ProtoReflect.Descriptor instead.
func (*TransactionZeta) GetMessage ¶ added in v1.9.2
func (x *TransactionZeta) GetMessage() *TransactionMessageZeta
func (*TransactionZeta) GetSignatures ¶ added in v1.9.2
func (x *TransactionZeta) GetSignatures() []string
func (*TransactionZeta) ProtoMessage ¶ added in v1.9.2
func (*TransactionZeta) ProtoMessage()
func (*TransactionZeta) ProtoReflect ¶ added in v1.9.2
func (x *TransactionZeta) ProtoReflect() protoreflect.Message
func (*TransactionZeta) Reset ¶ added in v1.9.2
func (x *TransactionZeta) Reset()
func (*TransactionZeta) String ¶ added in v1.9.2
func (x *TransactionZeta) String() string
type UITokenAmount ¶ added in v1.9.1
type UITokenAmount struct { UiAmount float64 `protobuf:"fixed64,1,opt,name=ui_amount,json=uiAmount,proto3" json:"ui_amount,omitempty"` Decimals uint32 `protobuf:"varint,2,opt,name=decimals,proto3" json:"decimals,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` UiAmountString string `protobuf:"bytes,4,opt,name=ui_amount_string,json=uiAmountString,proto3" json:"ui_amount_string,omitempty"` // contains filtered or unexported fields }
func (*UITokenAmount) Descriptor
deprecated
added in
v1.9.1
func (*UITokenAmount) Descriptor() ([]byte, []int)
Deprecated: Use UITokenAmount.ProtoReflect.Descriptor instead.
func (*UITokenAmount) GetAmount ¶ added in v1.9.1
func (x *UITokenAmount) GetAmount() string
func (*UITokenAmount) GetDecimals ¶ added in v1.9.1
func (x *UITokenAmount) GetDecimals() uint32
func (*UITokenAmount) GetUiAmount ¶ added in v1.9.1
func (x *UITokenAmount) GetUiAmount() float64
func (*UITokenAmount) GetUiAmountString ¶ added in v1.9.1
func (x *UITokenAmount) GetUiAmountString() string
func (*UITokenAmount) ProtoMessage ¶ added in v1.9.1
func (*UITokenAmount) ProtoMessage()
func (*UITokenAmount) ProtoReflect ¶ added in v1.9.1
func (x *UITokenAmount) ProtoReflect() protoreflect.Message
func (*UITokenAmount) Reset ¶ added in v1.9.1
func (x *UITokenAmount) Reset()
func (*UITokenAmount) String ¶ added in v1.9.1
func (x *UITokenAmount) String() string
type UnimplementedApiServer ¶
type UnimplementedApiServer struct { }
UnimplementedApiServer must be embedded to have forward compatible implementations.
func (UnimplementedApiServer) GetAccountBalance ¶
func (UnimplementedApiServer) GetAccountBalance(context.Context, *GetAccountBalanceRequest) (*GetAccountBalanceResponse, error)
func (UnimplementedApiServer) GetAccountBalanceV2 ¶ added in v1.9.1
func (UnimplementedApiServer) GetAccountBalanceV2(context.Context, *GetAccountBalanceRequest) (*GetAccountBalanceResponse, error)
func (UnimplementedApiServer) GetBlockStream ¶ added in v1.3.0
func (UnimplementedApiServer) GetBlockStream(*GetBlockStreamRequest, Api_GetBlockStreamServer) error
func (UnimplementedApiServer) GetBundleTipStream ¶ added in v1.9.1
func (UnimplementedApiServer) GetBundleTipStream(*GetBundleTipRequest, Api_GetBundleTipStreamServer) error
func (UnimplementedApiServer) GetJupiterPrices ¶ added in v1.8.0
func (UnimplementedApiServer) GetJupiterPrices(context.Context, *GetJupiterPricesRequest) (*GetJupiterPricesResponse, error)
func (UnimplementedApiServer) GetJupiterQuotes ¶ added in v1.8.0
func (UnimplementedApiServer) GetJupiterQuotes(context.Context, *GetJupiterQuotesRequest) (*GetJupiterQuotesResponse, error)
func (UnimplementedApiServer) GetKline ¶
func (UnimplementedApiServer) GetKline(context.Context, *GetKlineRequest) (*GetKlineResponse, error)
func (UnimplementedApiServer) GetMarketDepth ¶ added in v1.5.0
func (UnimplementedApiServer) GetMarketDepth(context.Context, *GetMarketDepthRequest) (*GetMarketDepthResponse, error)
func (UnimplementedApiServer) GetMarketDepthV2 ¶ added in v1.8.0
func (UnimplementedApiServer) GetMarketDepthV2(context.Context, *GetMarketDepthRequestV2) (*GetMarketDepthResponseV2, error)
func (UnimplementedApiServer) GetMarketDepthsStream ¶ added in v1.5.0
func (UnimplementedApiServer) GetMarketDepthsStream(*GetMarketDepthsRequest, Api_GetMarketDepthsStreamServer) error
func (UnimplementedApiServer) GetMarkets ¶
func (UnimplementedApiServer) GetMarkets(context.Context, *GetMarketsRequest) (*GetMarketsResponse, error)
func (UnimplementedApiServer) GetMarketsV2 ¶ added in v1.8.0
func (UnimplementedApiServer) GetMarketsV2(context.Context, *GetMarketsRequestV2) (*GetMarketsResponseV2, error)
func (UnimplementedApiServer) GetNewRaydiumPoolsStream ¶ added in v1.9.0
func (UnimplementedApiServer) GetNewRaydiumPoolsStream(*GetNewRaydiumPoolsRequest, Api_GetNewRaydiumPoolsStreamServer) error
func (UnimplementedApiServer) GetOpenOrders ¶
func (UnimplementedApiServer) GetOpenOrders(context.Context, *GetOpenOrdersRequest) (*GetOpenOrdersResponse, error)
func (UnimplementedApiServer) GetOpenOrdersV2 ¶ added in v1.8.0
func (UnimplementedApiServer) GetOpenOrdersV2(context.Context, *GetOpenOrdersRequestV2) (*GetOpenOrdersResponseV2, error)
func (UnimplementedApiServer) GetOrderByID ¶
func (UnimplementedApiServer) GetOrderByID(context.Context, *GetOrderByIDRequest) (*GetOrderByIDResponse, error)
func (UnimplementedApiServer) GetOrderStatusStream ¶
func (UnimplementedApiServer) GetOrderStatusStream(*GetOrderStatusStreamRequest, Api_GetOrderStatusStreamServer) error
func (UnimplementedApiServer) GetOrderbook ¶
func (UnimplementedApiServer) GetOrderbook(context.Context, *GetOrderbookRequest) (*GetOrderbookResponse, error)
func (UnimplementedApiServer) GetOrderbookV2 ¶ added in v1.8.0
func (UnimplementedApiServer) GetOrderbookV2(context.Context, *GetOrderbookRequestV2) (*GetOrderbookResponseV2, error)
func (UnimplementedApiServer) GetOrderbooksStream ¶
func (UnimplementedApiServer) GetOrderbooksStream(*GetOrderbooksRequest, Api_GetOrderbooksStreamServer) error
func (UnimplementedApiServer) GetOrders ¶
func (UnimplementedApiServer) GetOrders(context.Context, *GetOrdersRequest) (*GetOrdersResponse, error)
func (UnimplementedApiServer) GetPoolReservesStream ¶
func (UnimplementedApiServer) GetPoolReservesStream(*GetPoolReservesStreamRequest, Api_GetPoolReservesStreamServer) error
func (UnimplementedApiServer) GetPools ¶
func (UnimplementedApiServer) GetPools(context.Context, *GetPoolsRequest) (*GetPoolsResponse, error)
func (UnimplementedApiServer) GetPrice ¶
func (UnimplementedApiServer) GetPrice(context.Context, *GetPriceRequest) (*GetPriceResponse, error)
func (UnimplementedApiServer) GetPricesStream ¶
func (UnimplementedApiServer) GetPricesStream(*GetPricesStreamRequest, Api_GetPricesStreamServer) error
func (UnimplementedApiServer) GetPriorityFee ¶ added in v1.9.1
func (UnimplementedApiServer) GetPriorityFee(context.Context, *GetPriorityFeeRequest) (*GetPriorityFeeResponse, error)
func (UnimplementedApiServer) GetPriorityFeeStream ¶ added in v1.9.1
func (UnimplementedApiServer) GetPriorityFeeStream(*GetPriorityFeeRequest, Api_GetPriorityFeeStreamServer) error
func (UnimplementedApiServer) GetPumpFunNewTokensStream ¶ added in v1.9.2
func (UnimplementedApiServer) GetPumpFunNewTokensStream(*GetPumpFunNewTokensStreamRequest, Api_GetPumpFunNewTokensStreamServer) error
func (UnimplementedApiServer) GetPumpFunQuotes ¶ added in v1.9.2
func (UnimplementedApiServer) GetPumpFunQuotes(context.Context, *GetPumpFunQuotesRequest) (*GetPumpFunQuotesResponse, error)
func (UnimplementedApiServer) GetPumpFunSwapsStream ¶ added in v1.9.2
func (UnimplementedApiServer) GetPumpFunSwapsStream(*GetPumpFunSwapsStreamRequest, Api_GetPumpFunSwapsStreamServer) error
func (UnimplementedApiServer) GetQuotes ¶
func (UnimplementedApiServer) GetQuotes(context.Context, *GetQuotesRequest) (*GetQuotesResponse, error)
func (UnimplementedApiServer) GetQuotesStream ¶
func (UnimplementedApiServer) GetQuotesStream(*GetQuotesStreamRequest, Api_GetQuotesStreamServer) error
func (UnimplementedApiServer) GetRateLimit ¶ added in v1.9.1
func (UnimplementedApiServer) GetRateLimit(context.Context, *GetRateLimitRequest) (*GetRateLimitResponse, error)
func (UnimplementedApiServer) GetRaydiumPoolReserve ¶ added in v1.9.1
func (UnimplementedApiServer) GetRaydiumPoolReserve(context.Context, *GetRaydiumPoolReserveRequest) (*GetRaydiumPoolReserveResponse, error)
func (UnimplementedApiServer) GetRaydiumPools ¶ added in v1.8.0
func (UnimplementedApiServer) GetRaydiumPools(context.Context, *GetRaydiumPoolsRequest) (*GetRaydiumPoolsResponse, error)
func (UnimplementedApiServer) GetRaydiumPrices ¶ added in v1.8.0
func (UnimplementedApiServer) GetRaydiumPrices(context.Context, *GetRaydiumPricesRequest) (*GetRaydiumPricesResponse, error)
func (UnimplementedApiServer) GetRaydiumQuotes ¶ added in v1.8.0
func (UnimplementedApiServer) GetRaydiumQuotes(context.Context, *GetRaydiumQuotesRequest) (*GetRaydiumQuotesResponse, error)
func (UnimplementedApiServer) GetRecentBlockHash ¶
func (UnimplementedApiServer) GetRecentBlockHash(context.Context, *GetRecentBlockHashRequest) (*GetRecentBlockHashResponse, error)
func (UnimplementedApiServer) GetRecentBlockHashStream ¶
func (UnimplementedApiServer) GetRecentBlockHashStream(*GetRecentBlockHashRequest, Api_GetRecentBlockHashStreamServer) error
func (UnimplementedApiServer) GetRecentBlockHashV2 ¶ added in v1.9.2
func (UnimplementedApiServer) GetRecentBlockHashV2(context.Context, *GetRecentBlockHashRequestV2) (*GetRecentBlockHashResponseV2, error)
func (UnimplementedApiServer) GetServerTime ¶
func (UnimplementedApiServer) GetServerTime(context.Context, *GetServerTimeRequest) (*GetServerTimeResponse, error)
func (UnimplementedApiServer) GetSwapsStream ¶
func (UnimplementedApiServer) GetSwapsStream(*GetSwapsStreamRequest, Api_GetSwapsStreamServer) error
func (UnimplementedApiServer) GetTickers ¶
func (UnimplementedApiServer) GetTickers(context.Context, *GetTickersRequest) (*GetTickersResponse, error)
func (UnimplementedApiServer) GetTickersStream ¶
func (UnimplementedApiServer) GetTickersStream(*GetTickersStreamRequest, Api_GetTickersStreamServer) error
func (UnimplementedApiServer) GetTickersV2 ¶ added in v1.8.0
func (UnimplementedApiServer) GetTickersV2(context.Context, *GetTickersRequestV2) (*GetTickersResponseV2, error)
func (UnimplementedApiServer) GetTokenAccounts ¶ added in v1.5.0
func (UnimplementedApiServer) GetTokenAccounts(context.Context, *GetTokenAccountsRequest) (*GetTokenAccountsResponse, error)
func (UnimplementedApiServer) GetTrades ¶
func (UnimplementedApiServer) GetTrades(context.Context, *GetTradesRequest) (*GetTradesResponse, error)
func (UnimplementedApiServer) GetTradesStream ¶
func (UnimplementedApiServer) GetTradesStream(*GetTradesRequest, Api_GetTradesStreamServer) error
func (UnimplementedApiServer) GetTransaction ¶ added in v1.9.1
func (UnimplementedApiServer) GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error)
func (UnimplementedApiServer) GetUnsettled ¶
func (UnimplementedApiServer) GetUnsettled(context.Context, *GetUnsettledRequest) (*GetUnsettledResponse, error)
func (UnimplementedApiServer) GetUnsettledV2 ¶ added in v1.8.0
func (UnimplementedApiServer) GetUnsettledV2(context.Context, *GetUnsettledRequestV2) (*GetUnsettledResponse, error)
func (UnimplementedApiServer) GetZetaTransactionStream ¶ added in v1.9.2
func (UnimplementedApiServer) GetZetaTransactionStream(*GetZetaTransactionStreamRequest, Api_GetZetaTransactionStreamServer) error
func (UnimplementedApiServer) PostCancelAll ¶
func (UnimplementedApiServer) PostCancelAll(context.Context, *PostCancelAllRequest) (*PostCancelAllResponse, error)
func (UnimplementedApiServer) PostCancelByClientOrderID ¶
func (UnimplementedApiServer) PostCancelByClientOrderID(context.Context, *PostCancelByClientOrderIDRequest) (*PostCancelOrderResponse, error)
func (UnimplementedApiServer) PostCancelOrder ¶
func (UnimplementedApiServer) PostCancelOrder(context.Context, *PostCancelOrderRequest) (*PostCancelOrderResponse, error)
func (UnimplementedApiServer) PostCancelOrderV2 ¶ added in v1.8.0
func (UnimplementedApiServer) PostCancelOrderV2(context.Context, *PostCancelOrderRequestV2) (*PostCancelOrderResponseV2, error)
func (UnimplementedApiServer) PostJupiterRouteSwap ¶ added in v1.8.0
func (UnimplementedApiServer) PostJupiterRouteSwap(context.Context, *PostJupiterRouteSwapRequest) (*PostJupiterRouteSwapResponse, error)
func (UnimplementedApiServer) PostJupiterSwap ¶ added in v1.8.0
func (UnimplementedApiServer) PostJupiterSwap(context.Context, *PostJupiterSwapRequest) (*PostJupiterSwapResponse, error)
func (UnimplementedApiServer) PostJupiterSwapInstructions ¶ added in v1.9.1
func (UnimplementedApiServer) PostJupiterSwapInstructions(context.Context, *PostJupiterSwapInstructionsRequest) (*PostJupiterSwapInstructionsResponse, error)
func (UnimplementedApiServer) PostOrder ¶
func (UnimplementedApiServer) PostOrder(context.Context, *PostOrderRequest) (*PostOrderResponse, error)
func (UnimplementedApiServer) PostOrderV2 ¶ added in v1.8.0
func (UnimplementedApiServer) PostOrderV2(context.Context, *PostOrderRequestV2) (*PostOrderResponse, error)
func (UnimplementedApiServer) PostPumpFunSwap ¶ added in v1.9.2
func (UnimplementedApiServer) PostPumpFunSwap(context.Context, *PostPumpFunSwapRequest) (*PostPumpFunSwapResponse, error)
func (UnimplementedApiServer) PostRaydiumRouteSwap ¶ added in v1.8.0
func (UnimplementedApiServer) PostRaydiumRouteSwap(context.Context, *PostRaydiumRouteSwapRequest) (*PostRaydiumRouteSwapResponse, error)
func (UnimplementedApiServer) PostRaydiumSwap ¶ added in v1.8.0
func (UnimplementedApiServer) PostRaydiumSwap(context.Context, *PostRaydiumSwapRequest) (*PostRaydiumSwapResponse, error)
func (UnimplementedApiServer) PostRaydiumSwapInstructions ¶ added in v1.9.1
func (UnimplementedApiServer) PostRaydiumSwapInstructions(context.Context, *PostRaydiumSwapInstructionsRequest) (*PostRaydiumSwapInstructionsResponse, error)
func (UnimplementedApiServer) PostReplaceByClientOrderID ¶
func (UnimplementedApiServer) PostReplaceByClientOrderID(context.Context, *PostOrderRequest) (*PostOrderResponse, error)
func (UnimplementedApiServer) PostReplaceOrder ¶
func (UnimplementedApiServer) PostReplaceOrder(context.Context, *PostReplaceOrderRequest) (*PostOrderResponse, error)
func (UnimplementedApiServer) PostReplaceOrderV2 ¶ added in v1.8.0
func (UnimplementedApiServer) PostReplaceOrderV2(context.Context, *PostReplaceOrderRequestV2) (*PostOrderResponse, error)
func (UnimplementedApiServer) PostRouteTradeSwap ¶
func (UnimplementedApiServer) PostRouteTradeSwap(context.Context, *RouteTradeSwapRequest) (*TradeSwapResponse, error)
func (UnimplementedApiServer) PostSettle ¶
func (UnimplementedApiServer) PostSettle(context.Context, *PostSettleRequest) (*PostSettleResponse, error)
func (UnimplementedApiServer) PostSettleV2 ¶ added in v1.8.0
func (UnimplementedApiServer) PostSettleV2(context.Context, *PostSettleRequestV2) (*PostSettleResponse, error)
func (UnimplementedApiServer) PostSubmit ¶
func (UnimplementedApiServer) PostSubmit(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error)
func (UnimplementedApiServer) PostSubmitBatch ¶
func (UnimplementedApiServer) PostSubmitBatch(context.Context, *PostSubmitBatchRequest) (*PostSubmitBatchResponse, error)
func (UnimplementedApiServer) PostSubmitBatchV2 ¶ added in v1.9.0
func (UnimplementedApiServer) PostSubmitBatchV2(context.Context, *PostSubmitBatchRequest) (*PostSubmitBatchResponse, error)
func (UnimplementedApiServer) PostSubmitMineOre ¶ added in v1.9.2
func (UnimplementedApiServer) PostSubmitMineOre(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error)
func (UnimplementedApiServer) PostSubmitV2 ¶ added in v1.9.0
func (UnimplementedApiServer) PostSubmitV2(context.Context, *PostSubmitRequest) (*PostSubmitResponse, error)
func (UnimplementedApiServer) PostTradeSwap ¶
func (UnimplementedApiServer) PostTradeSwap(context.Context, *TradeSwapRequest) (*TradeSwapResponse, error)
func (UnimplementedApiServer) PostZetaCrossMarginAccount ¶ added in v1.9.2
func (UnimplementedApiServer) PostZetaCrossMarginAccount(context.Context, *PostZetaCrossMarginAccountRequest) (*PostZetaCrossMarginAccountResponse, error)
type UnsafeApiServer ¶
type UnsafeApiServer interface {
// contains filtered or unexported methods
}
UnsafeApiServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ApiServer will result in compilation errors.
type UnsettledAccount ¶
type UnsettledAccount struct { Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` BaseToken *UnsettledAccountToken `protobuf:"bytes,2,opt,name=baseToken,proto3" json:"baseToken,omitempty"` QuoteToken *UnsettledAccountToken `protobuf:"bytes,3,opt,name=quoteToken,proto3" json:"quoteToken,omitempty"` // contains filtered or unexported fields }
func (*UnsettledAccount) Descriptor
deprecated
func (*UnsettledAccount) Descriptor() ([]byte, []int)
Deprecated: Use UnsettledAccount.ProtoReflect.Descriptor instead.
func (*UnsettledAccount) GetAccount ¶
func (x *UnsettledAccount) GetAccount() string
func (*UnsettledAccount) GetBaseToken ¶
func (x *UnsettledAccount) GetBaseToken() *UnsettledAccountToken
func (*UnsettledAccount) GetQuoteToken ¶
func (x *UnsettledAccount) GetQuoteToken() *UnsettledAccountToken
func (*UnsettledAccount) ProtoMessage ¶
func (*UnsettledAccount) ProtoMessage()
func (*UnsettledAccount) ProtoReflect ¶
func (x *UnsettledAccount) ProtoReflect() protoreflect.Message
func (*UnsettledAccount) Reset ¶
func (x *UnsettledAccount) Reset()
func (*UnsettledAccount) String ¶
func (x *UnsettledAccount) String() string
type UnsettledAccountToken ¶
type UnsettledAccountToken struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount float64 `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*UnsettledAccountToken) Descriptor
deprecated
func (*UnsettledAccountToken) Descriptor() ([]byte, []int)
Deprecated: Use UnsettledAccountToken.ProtoReflect.Descriptor instead.
func (*UnsettledAccountToken) GetAddress ¶
func (x *UnsettledAccountToken) GetAddress() string
func (*UnsettledAccountToken) GetAmount ¶
func (x *UnsettledAccountToken) GetAmount() float64
func (*UnsettledAccountToken) ProtoMessage ¶
func (*UnsettledAccountToken) ProtoMessage()
func (*UnsettledAccountToken) ProtoReflect ¶
func (x *UnsettledAccountToken) ProtoReflect() protoreflect.Message
func (*UnsettledAccountToken) Reset ¶
func (x *UnsettledAccountToken) Reset()
func (*UnsettledAccountToken) String ¶
func (x *UnsettledAccountToken) String() string