Module cw_orch::daemon

source ·
Expand description

Daemon and DaemonAsync execution environments.

The Daemon type is a synchronous wrapper around the DaemonAsync type and can be used as a contract execution environment.

Modules§

  • This regroups all env variables used by cw-orch-daemon. It allows for easier documentation and env variable management This is used to import environment variables with safe names (and at a centralized location) To get the env variable parsed value, you can use
  • Live mock is a mock that uses a live chain to query for data. It can be used to do chain-backed unit-testing. It can’t be used for state-changing operations.
  • Cosmos blockchain networks
  • Proto types for different blockchains
  • DaemonQuerier

Macros§

  • macro for constructing and performing a query on a CosmosSDK module.

Structs§

Enums§

Constants§

Functions§

Type Aliases§

  • A wallet is a sender of transactions, can be safely cloned and shared within the same thread.