UpdateErc20ContractOwner

Description

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

public static VyTask<VyTransactionHashResultDto> UpdateErc20ContractOwner(eVyChain chain, string contractAddress, VyUpdateErc20ContractOwnerRequest reqParams)

Parameters

contractAddress

string

reqParams

Request data for the operation

Returns

VyTask<VyTransactionHashResultDto>

Last updated