decodeContract
Description
This endpoint allows you to decode contract functions. This function is only available for EVM-based chains.
public decodeContract(reqParams: VyContractDecodeRequest) : VyPromise<VyContractDecodeResultDto[]>
Last updated