Subject of the issue
Fetching accounts with pqsig signature type doesn't work as SigType doesn't list it.
Your environment
Algo SDK latest version
Steps to reproduce
- Fetch any account with post-quantum sig
Expected behaviour
Getting the account response
Actual behaviour
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `com.algorand.algosdk.v2.client.model.Enums$SigType` from String "pqsig": not one of the values accepted for Enum class: [sig, msig, lsig]
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 281] (through reference chain: com.algorand.algosdk.v2.client.model.AccountResponse["account"]->com.algorand.algosdk.v2.client.model.Account["sig-type"])
Subject of the issue
Fetching accounts with
pqsigsignature type doesn't work as SigType doesn't list it.Your environment
Algo SDK latest version
Steps to reproduce
Expected behaviour
Getting the account response
Actual behaviour