FVyContractDto
Data transfer object for token contract information
Properties
Field | Type | Description |
---|---|---|
name | FString | The name of the token contract |
description | FString | The description of the token contract |
confirmed | bool | Indicates if the token contract is confirmed |
address | FString | The address of the token contract |
id | int | The ID of the token contract |
chain | The blockchain chain of the token contract | |
symbol | FString | The symbol of the token contract |
externalUrl | FString | The external URL of the token contract |
imageUrl | FString | The image URL of the token contract |
media | The media associated with the token contract | |
transactionHash | FString | The transaction hash of the token contract |
owner | FString | The owner of the token contract |
storage | The storage information of the token contract | |
external_link | FString | (missing) |
Last updated