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