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