Class CreateTopicRecord
Record produced from creating a new consensus message topic.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateTopicRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateTopicRecord>
Properties
| Edit this page View SourceTopic
The newly created topic instance address.
Declaration
public EntityId Topic { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Remarks
The value will be
None
if the create topic method was scheduled as a pending transaction.