Module types

Module types 

Source
Expand description

Response types for the TxCache.

The endpoints for the transaction cache.

Structs§

BundleKey
The query object keys for the bundle GET endpoint.
CacheResponse
A response from the transaction cache, containing an item.
OrderKey
The query object keys for the order GET endpoint.
TxCacheBundle
A bundle response from the transaction cache, containing a UUID and a SignetEthBundle.
TxCacheBundleResponse
A response from the transaction cache, containing a single bundle.
TxCacheBundlesResponse
Response from the transaction cache bundles endpoint, containing a list of bundles.
TxCacheOrdersResponse
Response from the transaction cache orders endpoint, containing a list of signed orders.
TxCacheSendBundleResponse
Represents a response to successfully adding or updating a bundle in the transaction cache.
TxCacheSendOrderResponse
Response from the transaction cache to successfully adding an order.
TxCacheSendTransactionResponse
Response from the transaction cache to successfully adding a transaction.
TxCacheTransactionsResponse
Response from the transaction cache transactions endpoint, containing a list of transactions.
TxKey
The query object keys for the transaction GET endpoint.

Traits§

CacheObject
A trait for types that can be used as a cache object.