updateErc20ContractOwner

Description

This endpoint is used to update the owner of a token contract.

public updateErc20ContractOwner(chain: VyChain, contractAddress: string, reqParams: VyUpdateErc20ContractOwnerRequest) : VyPromise<VyTransactionHashResultDto>

Parameters

chain

contractAddress

string

reqParams

Request data for the operation

Returns

VyPromise<VyTransactionHashResultDto>

Last updated