You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contractAddress field is expected to be present in the transaction response. However, it is never included because of the underlying issue described in Zilliqa's ZQ2 repository, where the transaction response never contains the contract address.
Possible Solutions:
Wait for the issue in ZQ2 to be fixed (if it is not a design decision).
If it is intentional, we can use the GetContractAddressFromTransactionID API call to fetch the contract address after receiving the transaction response.
The text was updated successfully, but these errors were encountered:
Missing
ContractAddress
in GoZilliqa SDK due to Missing Contract Address in Transaction ResponseIn the GoZilliqa SDK library, at the following code:
The
contractAddress
field is expected to be present in the transaction response. However, it is never included because of the underlying issue described in Zilliqa's ZQ2 repository, where the transaction response never contains the contract address.Possible Solutions:
GetContractAddressFromTransactionID
API call to fetch the contract address after receiving the transaction response.The text was updated successfully, but these errors were encountered: