#definition #constant #global #aptos #source #truth #key

aptos-global-constants-link

Aptos's global constant crate: the source of truth for constant definitions that span multiple crates

1 unstable release

0.1.0 Nov 7, 2022

#8 in #aptos

Apache-2.0

4KB

The purpose of this crate is to offer a single source of truth for the definitions of shared constants within the codebase. This is useful because many different components within Aptos often require access to global constant definitions (e.g., Safety Rules, Key Manager, and Secure Storage). To avoid duplicating these definitions across crates (and better allow these constants to be updated in a single location), we define them here.

No runtime deps

Features