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
Hello,The reason is that AccountResponse is being parsed. Balance corresponds to SerializedName without liquidity_pool_id
Hello @shenhao217 , can you provide client code excerpt showing the sdk invocation which lacks LiquidityPoolID, i.e. is it AccountReponse.Balance.getLiquidityPoolID() or pertaining to the Asset returned from AccountReponse.Balance.getAsset() ?
Hello, thank you for your attention. This is when I call the client code AccountReponse.Balance.getLiquidityPoolID().get(), but the returned LiquidityPoolID object is empty, resulting in an IllegalStateException being thrown. The AccountReponse.Balance object except for LiquidityPool I can't get other attributes, which makes me have to add the attribute of SerializedName as liquidity_pool_id to the object.
Hello,The reason is that AccountResponse is being parsed. Balance corresponds to SerializedName without liquidity_pool_id
The text was updated successfully, but these errors were encountered: