For the complete documentation index, see llms.txt. This page is also available as Markdown.

mintErc1155Tokens

Description

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

public mintErc1155Tokens(reqParams: VyMintErc1155TokensRequest) : VyPromise<VyMintErc1155TokensResultDto>

Parameters

reqParams

Request data for the operation

Returns

VyPromise<VyMintErc1155TokensResultDto>

Last updated