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
contractAddress
FString
The contract address.
Returns
void
Last updated