UpdateErc1155ContractOwner
Description
This endpoint is used to update the owner of an NFT contract. The updated owner will have admin rights on the contract.
public static VyTask<VyTransactionHashResultDto> UpdateErc1155ContractOwner(eVyChain chain, string contractAddress, VyUpdateErc1155ContractOwnerRequest reqParams)Last updated