Crate near_runtime[−][src]
Re-exports
pub use near_crypto; |
pub use near_primitives; |
pub use near_store; |
Modules
| adapter | |
| cache | |
| config | Settings of the parameters of the runtime. |
| ext | |
| state_viewer |
Macros
| safe_add_balance_apply |
Structs
| ActionResult | |
| ApplyResult | |
| ApplyState | |
| ApplyStats | |
| Runtime | |
| ValidatorAccountsUpdate | Contains information to update validators accounts at the first block of a new epoch. |
| VerificationResult |
Functions
| validate_transaction | Validates the transaction without using the state. It allows any node to validate a
transaction before forwarding it to the node that tracks the |
| verify_and_charge_transaction | Verifies the signed transaction on top of given state, charges transaction fees and balances, and updates the state for the used account and access keys. |
| with_ext_cost_counter |