Module transformer

Source
Expand description

The TransformerMiddleware is used to intercept transactions and transform them to be sent via various supported transformers, e.g., DSProxy.

Re-exports§

pub use ds_proxy::DsProxy;

Modules§

ds_proxy

Structs§

TransformerMiddleware
Middleware used for intercepting transaction requests and transforming them to be executed by the underneath Transformer instance.

Enums§

TransformerError
Errors thrown from the types that implement the Transformer trait.

Traits§

Transformer
Transformer is a trait to be implemented by a proxy wallet, eg. DsProxy, that intends to intercept a transaction request and transform it into one that is instead sent via the proxy contract.