mintTokens

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

public mintTokens(reqParams: VyMintTokensDto) : VyPromise<VyMintTokensResponseDto>

Parameters

reqParams

Request data for the operation

Returns

VyPromise<VyMintTokensResponseDto>

Last updated