Class SubmitMessageRecord
Record produced from creating a new contract.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class SubmitMessageRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<SubmitMessageRecord>
Properties
| Improve this Doc View SourceRunningHash
A SHA-384 Running Hash of the following: Previous RunningHash, TopicId, ConsensusTimestamp, SequenceNumber and this Message Submission.
Declaration
public ReadOnlyMemory<byte> RunningHash { get; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<Byte> |
RunningHashVersion
The version of the layout of message and metadata producing the bytes sent to the SHA-384 algorithm generating the running hash digest.
Declaration
public ulong RunningHashVersion { get; }
Property Value
Type | Description |
---|---|
UInt64 |
SequenceNumber
The sequence number of this message submission.
Declaration
public ulong SequenceNumber { get; }
Property Value
Type | Description |
---|---|
UInt64 |