MintTokens

Mints tokens for a specific contract and type using the provided request parameters.

Server Authoritative (default)

public static VyTask<VyMintedTokensDto[]> MintTokens(int contractId, int typeId, VyMintTokensRequest reqParams)

Path Parameters

Returns

VyTask<VyMintedTokensDto[]> A task that returns an array of minted tokens.

Last updated