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.
I am making a Chia crypto wallet for IOS.
There was a problem getting the wallet balance. When calling the get_coin_records_by_puzzle_hash method, I get an empty array ("coin_records": []) in the response. In the parameters I pass the puzzle_hash of the wallet. Also in the response of the get_sync_status method I get ("synced": false).
Maybe I'm calling the wallet methods in the wrong order.
I would like to receive an answer from you on how to properly get the balance of the wallet step by step.
I use the created wallet with a positive balance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I am making a Chia crypto wallet for IOS.
There was a problem getting the wallet balance. When calling the get_coin_records_by_puzzle_hash method, I get an empty array ("coin_records": []) in the response. In the parameters I pass the puzzle_hash of the wallet. Also in the response of the get_sync_status method I get ("synced": false).
Maybe I'm calling the wallet methods in the wrong order.
I would like to receive an answer from you on how to properly get the balance of the wallet step by step.
I use the created wallet with a positive balance.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions