Structs§

  • Account identifier. Provides access to user’s state. NEAR Account Identifier.
  • Weight of unused gas to distribute to scheduled function call actions. Used in promise_batch_action_function_call_weight host function.

Type Aliases§

  • Balance is type for storing amounts of tokens.
  • Height of the block.
  • Block height delta that measures the difference between BlockHeights.
  • Compute is a type for storing compute time. Measured in femtoseconds (10^-15 seconds).
  • Height of the epoch.
  • Gas is a type for storing amount of gas.
  • Hash used by a struct implementing the Merkle tree.
  • Nonce for transactions.
  • Number of blocks in current group.
  • Number of seats of validators (block producer or hidden ones) in current group (settlement).
  • Number of shards in current group.
  • Shard index, from 0 to NUM_SHARDS - 1.
  • StorageUsage is used to count the amount of storage used by a contract.
  • StorageUsageChange is used to count the storage usage within a single contract call.
  • Validator identifier in current group.
  • Mask which validators participated in multi sign.