Expand description
Structs§
- Account
Registry - API for querying and verifying a sender’s identity in the context of Abstract Accounts.
- Adapters
- API for accessing Abstract Adapters installed on the account.
- Apps
- API for accessing Abstract Apps installed on the account.
- Bank
- API for transferring funds to and from the account.
- Executor
- API for executing
AccountAction
s on the Account. Group your actions together in a single execute call if possible. - Executor
Msg - CosmosMsg from the executor methods
- IbcClient
- API for interacting with the Abstract IBC client.
- Module
Registry - API for querying module information from the Abstract registry contract.
- Modules
- API for retrieving information about installed modules.
Traits§
- Abstract
Response - Construct a
Response
with an abstract-specific event. The event contains the contract name and the action, and any additional attributes. - Account
Verification - Verify if an addresses is associated with an Abstract Account.
- Adapter
Interface - Interact with other modules on the Account.
- AppInterface
- Interact with other modules on the Account.
- Execution
- Execute an
AccountAction
on the Account. - IbcInterface
- Interact with other chains over IBC.
- Module
Interface - Interact with other modules on the Account.
- Module
Registry Interface - Access the Abstract Registry and access module information.
- Resolve
- Resolve an
AbstractNameService
entry into its value. - Transfer
Interface - Query and Transfer assets from and to the Abstract Account.
- Transferable
- Turn an object that represents an asset into the blockchain representation of an asset, i.e.
Asset
.