FVyTokenInfoDto
Data structure representing token information
Properties
Field | Type | Description |
---|---|---|
id | int | The unique identifier of the token |
typeId | int | The type identifier of the token |
metadata | FString | The metadata associated with the token |
mineDate | FString | The date when the token was mined |
confirmed | bool | Indicates if the token is confirmed |
amount | int | The amount of the token |
transactionHash | FString | The hash of the transaction associated with the token |
Last updated