Crate near_primitives[][src]

Re-exports

pub use near_primitives_core::borsh;
pub use near_primitives_core::num_rational;

Modules

account
block
block_header
challenge
config
contract
epoch_manager
errors
hash
logging
merkle
network
profile
receipt
runtime
serialize
sharding
state_record
syncing
telemetry

Types for telemetry reporting. Can be received by any telemetry dashboard to display node count and their status across the network.

test_utils
transaction
trie_key
types
utils
validator_signer
version
views

This module defines “stable” internal API to view internal data using view_client.

Macros

checked_feature
unwrap_option_or_return

Macro to either return value if the result is Some, or exit function.

unwrap_or_return

Macro to either return value if the result is Ok, or exit function logging error.