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. |
reqParams | The request parameters for minting tokens. |
Returns
VyTask<VyMintedTokensDto[]> A task that returns an array of minted tokens.
Last updated