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
Attempting to deploy a contract using RpcClient, In TransactionManager.MakeTransaction, the script is invoked to determine the system fee. The JSON response appears valid, but RpcInvokeResult.FromJson is failing. That function is attempting to parse the stack field of the results as an array of ContractParameter. That code is failing when attempting to convert "ByteString" to a ContractParameterType in JString.TryGetEnum
Attempting to deploy a contract using
RpcClient
, InTransactionManager.MakeTransaction
, the script is invoked to determine the system fee. The JSON response appears valid, butRpcInvokeResult.FromJson
is failing. That function is attempting to parse thestack
field of the results as an array of ContractParameter. That code is failing when attempting to convert "ByteString" to aContractParameterType
inJString.TryGetEnum
The text was updated successfully, but these errors were encountered: