Class BytesPseudoRandomNumberRecord
A transaction record containing information concerning the newly created unbounded 384 bit pseudo random number.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record BytesPseudoRandomNumberRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<BytesPseudoRandomNumberRecord>
Properties
| Edit this page View SourceBytes
The unbounded 384 bit pseudo random number.
Declaration
public ReadOnlyMemory<byte> Bytes { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<byte> |