Crate abstract_adapter

Source
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§

error
features
Abstract SDK trait implementations
msgs
objects
State and Message Objects
state
traits

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

Type Aliases§

AdapterResult