Module types

Source
Expand description

Response types for the TxCache.

The endpoints for the transaction cache.

Structsยง

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.
TxCacheSendTransactionResponse
Response from the transaction cache to successfully adding a transaction.
TxCacheTransactionsResponse
Response from the transaction cache transactions endpoint, containing a list of transactions.