Module abstract_sdk::prelude

source ·
Expand description

§SDK Prelude

Re-exports all the API traits to make it easier to access them.

§Usage

use abstract_sdk::prelude::*;

Structs§

  • API for querying and verifying a sender’s identity in the context of Abstract Accounts.
  • API for querying the Account’s asset values and accounting configuration.
  • API for accessing Abstract Adapters installed on the account.
  • API for accessing Abstract Apps installed on the account.
  • API for transferring funds to and from the account.
  • API for executing AccountActions on the Account. Group your actions together in a single execute call if possible.
  • CosmosMsg from the executor methods
  • API for interacting with the Abstract IBC client.
  • API for querying module information from the Abstract version control contract.
  • API for retrieving information about installed modules.

Traits§