MintTokens

This endpoint is used to mint fungible or non-fungible tokens.

public static VyTask<VyMintTokensResponseDto> MintTokens(VyMintTokensDto reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask<VyMintTokensResponseDto>

Last updated