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

CreateSuiTokenType

Description

This endpoint is used to create a SUI token-type.

public static VyTask<VyCreateErc1155TokenTypeResultDto> CreateSuiTokenType(VyCreateSuiTokenTypeRequest reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask<VyCreateErc1155TokenTypeResultDto>

Last updated