Show / Hide Table of Contents

Header.NextConsensus Property

Returns the hash value of the next bookkeeper contract

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] NextConsensus {get;}

Attribute value: Hash value of the accounting contract as a byte array of length 20.

Back