Crate unc_primitives

Source

Re-exports§

pub use unc_primitives_core::borsh;
pub use unc_primitives_core::num_rational;

Modules§

account
action
block
block_header
chains
challenge
chunk_validation
config
epoch_manager
epoch_sync
errors
hash
merkle
network
rand
receipt
runtime
sandbox
serialize
shard_layout
sharding
signable_message
state
state_part
state_record
state_sync
static_clock
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_mandates
validator_signer
version
views
This module defines “stable” internal API to view internal data using view_client.

Macros§

checked_feature
unc_primitives_core re-exports
unwrap_or_return
Macro to either return value if the result is Ok, or exit function logging error.