Structs§
- Abstract
Name Service Client - ANCHOR_END: ans
- 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
AccountActions 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
Name Service - ANCHOR: ans Accessor to the Abstract Name Service.
- Abstract
Registry Access - Trait that enables access to a registry, like a registry contract.
- Abstract
Response - Construct a
Responsewith an abstract-specific event. The event contains the contract name and the action, and any additional attributes. - Account
Executor - Trait for modules that are allowed to execute on the account.
- Account
Identification - Retrieve identifying information about an Account. This includes the account and account_id.
- 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.
- Dependencies
- Retrieve the dependencies of a module.
- Execution
- Execute an
AccountActionon the Account. - IbcInterface
- Interact with other chains over IBC.
- Module
Identification - Return the identifier for this module.
- Module
Interface - Interact with other modules on the Account.
- Module
Registry Interface - Access the Abstract Registry and access module information.
- Resolve
- Resolve an
AbstractNameServiceentry 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.