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
@bguiz
Thank you for your suggestion. I've added this possibility and also enhanced the ContractFunctionParameters.addAddressArray() method to also be able to handle EvmAddress as an input parameters!
Problem
ContractFunctionParameters#addAddress(param)
:param
value ofTransactionRecord#children[0]?.evmAddress
(type@hashgraph/sdk/lib/EvmAddress.d.ts
)Error:
addresstype requires parameter to be 40 or 42 characters
TransactionRecord#children[0]?.evmAddress.toString()
(typestring
)Solution
string
andEvmAddress
types as parametersAlternatives
The text was updated successfully, but these errors were encountered: