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)

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address.

reqParams

Request data for the operation

Returns

VyTask<VyTransactionHashResultDto>

Last updated