CreateSuiTokenType

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

void CreateSuiTokenType(const FVyCreateSuiTokenTypeRequest& Params, const FVyOnCreateSuiTokenTypeComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyCreateSuiTokenTypeRequest)

OnComplete

FVyOnCreateSuiTokenTypeComplete

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

OnComplete Callback (FVyOnCreateSuiTokenTypeComplete) Contains a FVyCreateErc1155TokenTypeResultDto response type

Last updated