Show / Hide Table of Contents

Header.PrevHash Property

Returns the hash of the previous block.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] PrevHash {get;}

Attribute value: Hash of the previous block as a byte array of length 32.

Back