FVyCreateTokenTypeRequest
Request parameters to create a token type
Properties
Field | Type | Description |
---|---|---|
fungible | FVyOptBool | Specifies if the token is fungible |
burnable | FVyOptBool | Specifies if the token is burnable |
name [required] | FString | The name of the token |
description | FVyOptString | A description for the token |
imageUrl | FVyOptString | The URL of the token's image |
externalUrl | FVyOptString | The external URL associated with the token |
backgroundColor | FVyOptString | The background color of the token |
animationUrls | An array of animation URLs for the token | |
maxSupply | FVyOptInt | The maximum supply of the token |
animationUrl | FVyOptString | The URL of the token's animation |
youtubeUrl | FVyOptString | The YouTube URL associated with the token |
attributes | An array of attributes for the token | |
destinations | An array of destinations for the token | |
storage | The storage configuration for the token |
Last updated