CreateSuiContract

This endpoint is used to create a SUI contract.

void CreateSuiContract(const FVyCreateSuiContractRequest& Params, const FVyOnCreateSuiContractComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyCreateSuiContractRequest)

OnComplete

FVyOnCreateSuiContractComplete

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

OnComplete Callback (FVyOnCreateSuiContractComplete) Contains a FVyDeployedErc1155ContractDto response type

Last updated