CheckErc1155TokenTypeCreation

Description

This endpoint is used to check the status of token-type creation request.

void CheckErc1155TokenTypeCreation(const FString& creationId) const

Parameters

creationId

FString

To track the status of token-type creation. It is in the response body of the create token-type endpoint as `result.id`.

Returns

void

Last updated