Expand description
This file contains helper functions for working with this contract from external contracts.
Structs§
- CwIca
Controller Code CwIcaControllerCodeIdis a wrapper around u64 that provides helpers for initializing this contract.- CwIca
Controller Contract CwIcaControllerContractis a wrapper around Addr that provides helpers for working with this contract.- CwIca
Controller Contract Querier CwIcaControllerContractQuerieris a wrapper aroundQuerierWrapperthat provides helpers for querying this contract.
Attribute Macros§
- ica_
callback_ execute - Adds the necessary fields to an enum such that it implements the
interface needed to receive callbacks from
cw-ica-controller.