near-primitives-core 0.37.3

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 apply;
pub mod chains;
pub mod code;
pub mod config;
pub mod deterministic_account_id;
pub mod errors;
pub mod gas;
pub mod global_contract;
pub mod hash;
pub mod serialize;
pub mod trie_key;
pub mod types;
pub mod version;

pub use enum_map;