1. 1. Introduction
  2. 2. Terminology
  3. 3. Data Structures
    1. 3.1. Account
    2. 3.2. Access Key
    3. 3.3. Transaction
  4. 4. Architecture
  5. 5. Chain specification
    1. 5.1. Consensus
    2. 5.2. Upgradability
    3. 5.3. Transactions
    4. 5.4. Light Client
  6. 6. Runtime specification
    1. 6.1. Runtime
    2. 6.2. FunctionCall
    3. 6.3. Transactions
    4. 6.4. Actions
    5. 6.5. Receipts
    6. 6.6. Refunds
    7. 6.7. Runtime Fees
    8. 6.8. Scenarios
      1. 6.8.1. Financial Transaction
      2. 6.8.2. Cross-Contract Call
    9. 6.9. Components
      1. 6.9.1. Runtime crate
      2. 6.9.2. Bindings Specification
        1. 6.9.2.1. Registers API
        2. 6.9.2.2. Trie API
        3. 6.9.2.3. Promises API
        4. 6.9.2.4. Context API
        5. 6.9.2.5. Economics API
        6. 6.9.2.6. Math API
        7. 6.9.2.7. Miscellaneous API
  7. 7. GenesisConfig
    1. 7.1. RuntimeConfig
      1. 7.1.1. RuntimeFeeConfig
        1. 7.1.1.1. AccessKeyCreationConfig
        2. 7.1.1.2. ActionCreationConfig
        3. 7.1.1.3. DataReceiptCreationConfig
        4. 7.1.1.4. StorageUsageConfig
        5. 7.1.1.5. Fee
        6. 7.1.1.6. Fraction
      2. 7.1.2. VMConfig
        1. 7.1.2.1. ExtCostsConfig
      3. 7.1.3. StateRecord
  8. 8. Economics
  9. 9. Standards
    1. 9.1. Fungible Token

NEAR Protocol Specification

Runtime Specification

See:

  • Runtime
  • FunctionCall
  • Transactions
  • Actions
  • Receipts
  • Refunds
  • Scenarios
  • Components