• 官网
  • 中文
  • English
  • Español
  • 日本語
  • 한국어
  • Deutsch
  • Nederlands
  • Portuguese (Br)
  • French
  • Italiano
Show / Hide Table of Contents
  • Home
  • Erste Schritte
  • NEO Node
    • Einführung
    • Installation
    • NEO-GUI
    • TestNet
    • NEO-CLI
    • Privates Netzwerk
    • API
      • getbalance
      • getbestblockhash
      • getblock
      • getblockcount
      • getblockhash
      • getconnectioncount
      • getrawmempool
      • getrawtransaction
      • gettxout
      • sendrawtransaction
      • sendtoaddress
    • Netzwerkprotokoll
    • Konsensmechanismus in NEO
      • Konsensmechanismus Whitepaper
      • Konsensdiagramm
  • Smart Contracts
    • Einführung
    • Getting Started (C#)
    • Getting Started (Java)
    • Getting Started (Python)
    • Tutorial
      • Basics
      • Hello World
      • Lock Contract
      • Domain (Domain Name System)
      • Smart Contract Parameter und Returnwerte
      • Contract Authentifizierungstutorial
      • Einen Lock Contract veröffentlichen
      • Contract Call
      • Veröffentlichen und Aufrufen
    • Test
    • Whitepaper
    • API Reference
      • NEO
      • System
    • Framework
      • .NET framework
        • NEO
          • Account
          • Asset
          • Block
          • Blockchain
          • Enrollment
          • Header
          • Storage
          • StorageContext
          • Transaction
          • TransactionAttribute
          • TransactionInput
          • TransactionOutput
        • System
          • ExecutionEngine
    • Systemgebühren
  • Dokument für Exchange Developer
  • Mitwirkende

System Namespace

Der System Namespace ist die API die von der Smart Contract Execution Engine (NeoVM) bereitgestellt wird. Die API gewährt Zugriff auf die Ausführungsumgebung in der die Smart Contracts ausführt werden.

Klasse

Klasse Beschreibung
ExecutionEngine Stellt die Execution Engine der Virtuellen Maschine da und erlaubt Zugriff auf die Aufrufe und den Ausführungscontainer des Smart Contract.
  • Improve this Doc
Back to top Copyright © 2014-2018 NEO