Show / Hide Table of Contents

Transaction.Hash Property

Returns the transaction hash.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] Hash {get;}

Attribute value: Transaction hash as a byte array of length 32.

Back