near-primitives 0.15.0

This crate provides the base set of primitives used by other nearcore crates
Documentation
pub use near_primitives_core::account;
pub use near_primitives_core::borsh;
pub use near_primitives_core::config;
pub use near_primitives_core::contract;
pub use near_primitives_core::hash;
pub use near_primitives_core::logging;
pub use near_primitives_core::num_rational;
pub use near_primitives_core::profile;
pub use near_primitives_core::serialize;

pub mod block;
pub mod block_header;
pub mod challenge;
pub mod epoch_manager;
pub mod errors;
pub mod merkle;
pub mod network;
pub mod rand;
pub mod receipt;
pub mod runtime;
pub mod sandbox;
pub mod shard_layout;
pub mod sharding;
pub mod state;
pub mod state_part;
pub mod state_record;
pub mod syncing;
pub mod telemetry;
pub mod test_utils;
pub mod time;
pub mod transaction;
pub mod trie_key;
pub mod types;
mod upgrade_schedule;
pub mod utils;
pub mod validator_signer;
pub mod version;
pub mod views;