near-primitives-core 0.20.1

This crate provides the core set of primitives used by other nearcore crates including near-primitives
Documentation
pub use borsh;
pub use num_rational;

pub mod account;
pub mod chains;
pub mod config;
pub mod hash;
pub mod serialize;
pub mod types;
pub mod version;

pub use enum_map;