MintTokens
Mints tokens for a specific contract and type using the provided request parameters.
Server Authoritative (default)
Path Parameters
typeId
int
The ID of the token type to mint.
Returns
VyTask<VyMintedTokensDto[]> A task that returns an array of minted tokens.
Last updated