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 updateErc1155ContractOwner(chain: VyChain, contractAddress: string, reqParams: VyUpdateErc1155ContractOwnerRequest) : VyPromise<VyTransactionHashResultDto>
Last updated