# Variables
30 TGas.
# Structs
BlockHeader contains information about a block header.
BlockRequest is used for RPC block requests.
BlockResult contains information about a block result.
ChangesRequest is used for RPC changes requests.
Chunk contains information about a chunk.
QueryRequest is used for RPC query requests.
QueryResponse is a base type used for responses to query requests.
# Type aliases
Account identifier.
Balance holds amount of yoctoNEAR.
BlockHeight is used for height of the block.
Gas is a type for storing amounts of gas.
Nonce for transactions.
NumBlocks holds number of blocks in current group.
ShardID is used for a shard index, from 0 to NUM_SHARDS - 1.
StorageUsage is used to count the amount of storage used by a contract.
Time nanoseconds fit into uint128.