Class CreateTokenRecord
Record produced from creating a new token.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateTokenRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateTokenRecord>
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 token
method was scheduled as a pending transaction.