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§

Macros§

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

Structs§

Enums§

Constants§

Traits§

  • Fetchable represents the basic expectations for external data or resources that can be fetched.

Functions§

Type Aliases§

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