Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 758 Bytes

cw-hooks

Abstract

This document specifies the internal x/cw-hooks module of Juno Network.

The x/cw-hooks module allows specific contracts to be executed at the end of every block. This allows the smart contract to perform actions that may need to happen every block, or at set block intervals.

By using this module, your application can remove the headache of external whitelisted bots and instead depend on the chain itself for constant executions.

Contents

  1. Concepts
  2. Clients
  3. State
  4. Params
  5. Register Contracts
  6. Unregister Contracts
  7. Rust CW Integration