Class CreateTopicReceipt
Receipt produced from creating a new consensus message topic.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateTopicReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateTopicReceipt>
Properties
| Edit this page View SourceTopic
The newly created or associated 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.