Show / Hide Table of Contents

Header.MerkleRoot Property

Returns the Merkle Tree root for all transactions in the block.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] MerkleRoot {get;}

Attribute value: Merkle Tree root as a byte array of length 32.

Back