1
2
3
4
5
6
// Copyright 2020 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0

//! Base protocol related constants

pub const MINA_PRECISION: u64 = 1000000000;