MissingFieldException
when trying to get transaction receipt
#186
Labels
bug
Something isn't working
MissingFieldException
when trying to get transaction receipt
#186
When trying to get transaction receipt via GatewayProvider I get the following exception. It seems that
actualFee
should be an optional parameterCall:
provider.getTransactionReceipt(txHash)
Response:
Exception:
Caused by: kotlinx.serialization.MissingFieldException: Field 'actualFee' is required for type with serial name 'com.swmansion.starknet.data.types.transactions.GatewayTransactionReceipt', but it was missing
The text was updated successfully, but these errors were encountered: