Class CreateTokenRecord
Record produced from creating a new token.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateTokenRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateTokenRecord>
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.