UpdateErc1155ContractOwner

Description

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

void UpdateErc1155ContractOwner(const EVyChain& chain, const FString& contractAddress, const FVyUpdateErc1155ContractOwnerRequest& reqParams) const

Parameters

chain

The blockchain of the contract.

contractAddress

FString

The contract address.

reqParams

Request data for the operation

Returns

void

Last updated