Re-exports§
pub use near_primitives_core::borsh;pub use near_primitives_core::num_rational;
Modules§
- account
- action
- apply
- bandwidth_
scheduler - block
- block_
body - block_
header - chains
- Chain IDs of commonly used environment.
- challenge
- chunk_
apply_ stats - config
- congestion_
info - epoch_
block_ info - epoch_
info - epoch_
manager - epoch_
sync - errors
- genesis
- hash
- merkle
- network
- optimistic_
block - profile_
data_ v2 - profile_
data_ v3 - rand
- receipt
- sandbox
- serialize
- shard_
layout - This file implements two data structure
ShardLayoutandShardUId - sharding
- signable_
message - state
- state_
part - state_
record - state_
sync - stateless_
validation - telemetry
- Types for telemetry reporting. Can be received by any telemetry dashboard to display node count and their status across the network.
- transaction
- trie_
key - types
- upgrade_
schedule - utils
- validator_
mandates - validator_
signer - version
- views
- This module defines “stable” internal API to view internal data using view_client.
Macros§
- unwrap_
or_ return - Macro to either return value if the result is Ok, or exit function logging error.