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>

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address.

reqParams

Request data for the operation

Returns

VyPromise<VyTransactionHashResultDto>

Last updated