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