Crate near_primitives_v01[−][src]
Re-exports
pub use near_primitives_core_v01::borsh;
pub use near_primitives_core_v01::num_rational;
Modules
Types for telemetry reporting. Can be received by any telemetry dashboard to display node count and their status across the network.
This module defines “stable” internal API to view internal data using view_client.
Macros
Macro to either return value if the result is Some, or exit function.
Macro to either return value if the result is Ok, or exit function logging error.