• 官网
  • 中文
  • English
  • Español
  • 日本語
  • 한국어
  • Deutsch
  • Nederlands
  • Portuguese (Br)
  • French
  • Italiano
Show / Hide Table of Contents
  • NEO Basics
    • NEO Whitepaper
    • NEO Contract Whitepaper
    • Consensus
      • Consensus Whitepaper
      • Consensus Diagram
  • NEO Node
    • Introduction
    • NEO-GUI
    • NEO-CLI
      • Installation
      • NEO-CLI Command line
      • API Reference
        • dumpprivkey
        • getaccountstate
        • getapplicationlog
        • getassetstate
        • getbalance
        • getbestblockhash
        • getblock
        • getblock
        • getblockcount
        • getblockhash
        • getblocksysfee
        • getconnectioncount
        • getcontractstate
        • getnewaddress
        • getrawmempool
        • getrawtransaction
        • getstorage
        • gettxout
        • getpeers
        • getversion
        • invoke
        • invokefunction
        • invokescript
        • listaddress
        • sendfrom
        • sendrawtransaction
        • sendtoaddress
        • sendmany
        • validateaddress
    • NEO-Python
  • NEO Network
    • Test Network
    • Private Chain
    • Synchronizing the blockchain faster
    • Network Protocol
  • NEO Utilities
    • NEO SDK
      • About NEO SDK
      • Common Uses
  • Smart Contract
    • Introduction
    • Quick Start
      • Getting Started
        • Using C# (Windows)
        • Using C# (macOS)
        • Using C# (uubuntu)
        • Using Java
        • Using Python
      • Limitations
      • Test
      • Deploying the Smart Contract
      • Invoking the Smart Contract
    • Reference
      • API Reference
        • NEO
        • System
      • Framework
        • .NET Framework
          • NEO
            • Account
            • Asset
            • Block
            • Blockchain
            • Contract
            • Enrollment
            • Header
            • Runtime
            • Storage
            • StorageContext
            • Transaction
            • TransactionAttribute
            • TransactionInput
            • TransactionOutput
            • TriggerType
            • Validator
          • System
            • ExecutionEngine
    • Samples and Tutorials
      • Hello World
      • Lock Contract
      • Domain (Domain Name System)
      • Contract Authentication Tutorial
      • Deploying a Lock Contract
    • Parameters and Return Values
    • Contract Triggers
    • System Fees
  • FAQ
  • Document for Exchange Developers
    • v2.7.3
    • v2.7.1
    • v2.6.0

Enrollment Class

Used to indicate the data structure of the bookkeeper's registration transaction.

Caution

Note: Deprecated in version 2.0.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public class Enrollment: Transaction

Attributes

Name Description
PublicKey Returns the public key of the bookkeeper
  • Improve this Doc
Back to top Copyright © 2014-2018 NEO