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

GetSuiTokenTypes

public static VyTask<VyErc1155TokenTypeSummaryDto[]> GetSuiTokenTypes(string chain, string contractAddress)

Parameters

chain

string

The blockchain of the contract.

contractAddress

string

The contract address.

Returns

VyTask<VyErc1155TokenTypeSummaryDto[]>

Last updated