mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-13 12:38:05 +00:00
feat:implement rfq endpoints
This commit is contained in:
+14
@@ -99,6 +99,7 @@ pub use crate::types::{
|
||||
BookParams,
|
||||
ClientConfig,
|
||||
ClientResult,
|
||||
FeeRateResponse,
|
||||
FillEvent,
|
||||
Market,
|
||||
MarketSnapshot,
|
||||
@@ -120,6 +121,19 @@ pub use crate::types::{
|
||||
PricesHistoryInterval,
|
||||
PricesHistoryResponse,
|
||||
Rewards,
|
||||
RfqApproveOrderResponse,
|
||||
RfqCancelQuote,
|
||||
RfqCancelRequest,
|
||||
RfqCreateQuote,
|
||||
RfqCreateQuoteResponse,
|
||||
RfqCreateRequest,
|
||||
RfqCreateRequestResponse,
|
||||
RfqListResponse,
|
||||
RfqOrderExecutionRequest,
|
||||
RfqQuoteData,
|
||||
RfqQuotesParams,
|
||||
RfqRequestData,
|
||||
RfqRequestsParams,
|
||||
Side,
|
||||
SimplifiedMarket,
|
||||
SimplifiedMarketsResponse,
|
||||
|
||||
Reference in New Issue
Block a user