CreateErc1155Contract

This endpoint is used to create a contract.

void CreateErc1155Contract(const FVyCreateErc1155ContractRequest& Params, const FVyOnCreateErc1155ContractComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyCreateErc1155ContractRequest)

OnComplete

FVyOnCreateErc1155ContractComplete

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

OnComplete Callback (FVyOnCreateErc1155ContractComplete) Contains a FVyDeployedErc1155ContractDto response type

Last updated