Type Definition cubist_sdk::core::HttpStack

source ·
pub type HttpStack = TransformerMiddleware<Provider<Http>, LegacyTransformer>;
Expand description

Type alias for a middleware implementation over HTTP that transforms requests into legacy requests and signs them. The signer sends requests directly through the HTTP provider, because it only issues requests that are answered by the proxy itself, which supports EIP-1599 transactions.