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
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
Last updated