Expand description
§Abstract Adapter
Basis for an interfacing contract to an external service.
Re-exports§
pub use error::AdapterError;
pub use crate::state::AdapterContract;
pub use abstract_std as std;
pub use abstract_sdk as sdk;
pub use abstract_interface;
Modules§
Macros§
- adapter_
msg_ types - Generates boilerplate code and entrypoint message types.
- cw_
orch_ interface - Creates the interface for working with the adapter with cw-orch. This generates all the necessary code used to interact with the adapter in an cw-orch environment
- export_
endpoints