UpdateErc1155ContractOwner

This endpoint is used to update the owner of an NFT contract. The updated owner will have admin rights on the contract.

void UpdateErc1155ContractOwner(EVyChain Chain, FString ContractAddress, const FVyUpdateErc1155ContractOwnerRequest& Params, const FVyOnUpdateErc1155ContractOwnerComplete& OnComplete) const;

Parameters

Chain

The blockchain of the contract.

ContractAddress

FString

The contract address.

Params

Parameters for this operation (FVyUpdateErc1155ContractOwnerRequest)

OnComplete

FVyOnUpdateErc1155ContractOwnerComplete

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

OnComplete Callback (FVyOnUpdateErc1155ContractOwnerComplete) Contains a FVyTransactionHashResultDto response type

Last updated