Expand description
Response types for the TxCache.
The endpoints for the transaction cache.
Structs§
- Bundle
Key - The query object keys for the bundle GET endpoint.
- Cache
Response - A response from the transaction cache, containing an item.
- Order
Key - The query object keys for the order GET endpoint.
- TxCache
Bundle - A bundle response from the transaction cache, containing a UUID and a
SignetEthBundle. - TxCache
Bundle Response - A response from the transaction cache, containing a single bundle.
- TxCache
Bundles Response - Response from the transaction cache
bundlesendpoint, containing a list of bundles. - TxCache
Orders Response - Response from the transaction cache
ordersendpoint, containing a list of signed orders. - TxCache
Send Bundle Response - Represents a response to successfully adding or updating a bundle in the transaction cache.
- TxCache
Send Order Response - Response from the transaction cache to successfully adding an order.
- TxCache
Send Transaction Response - Response from the transaction cache to successfully adding a transaction.
- TxCache
Transactions Response - Response from the transaction cache
transactionsendpoint, containing a list of transactions. - TxKey
- The query object keys for the transaction GET endpoint.
Traits§
- Cache
Object - A trait for types that can be used as a cache object.