Show / Hide Table of Contents

Header.ConsensusData Property

Returns the consensus data of the block (the pseudo-random number generated by the consensus node)

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern ulong ConsensusData {get;}

Attribute value: The consensus data of the block as a unsigned long integer.

Back