Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 612 Bytes

clock

Abstract

This document specifies the internal x/clock module of Juno Network.

The x/clock 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. State
  3. Contract Integration
  4. Clients