CreateErc1155TokenType

This endpoint is used to create a token-type.

void CreateErc1155TokenType(const FVyCreateErc1155TokenTypeRequest& Params, const FVyOnCreateErc1155TokenTypeComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyCreateErc1155TokenTypeRequest)

OnComplete

FVyOnCreateErc1155TokenTypeComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnCreateErc1155TokenTypeComplete) Contains a FVyCreateErc1155TokenTypeResultDto response type

Last updated