Expand description
The TransformerMiddleware is used to intercept transactions and transform them to be sent via various supported transformers, e.g., DSProxy.
Modules§
Structs§
- DsProxy
- Represents the DsProxy type that implements the Transformer trait.
- Transformer
Middleware - Middleware used for intercepting transaction requests and transforming them to be executed by
the underneath
Transformerinstance.
Enums§
- Transformer
Error - Errors thrown from the types that implement the
Transformertrait.
Traits§
- Transformer
Transformeris 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.