Class CreateTopicReceipt
Receipt produced from creating a new contract.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateTopicReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateTopicReceipt>
Properties
| Improve this Doc View SourceTopic
The newly created or associated topic instance address.
Declaration
public Address Topic { get; }
Property Value
Type | Description |
---|---|
Address |
Remarks
The value will be
None
if the create topic
method was scheduled as a pending transaction.