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