issues
search
LimpidCrypto
/
XRPL-trading-bot
A trading bot that uses the decentralized exchange of the XRP Ledger
14
stars
4
forks
source link
Add Wallet.subscribe_to_balances
#3
Closed
LimpidCrypto
closed
2 years ago
LimpidCrypto
commented
2 years ago
[ ] Get all account balances by requesting
account_info
and
account_lines
.
[ ] Thread #1.
[ ] Release of
https://github.com/XRPLF/xrpl-py/pull/342
.
[ ] Parse new balances whenever there is a txn affecting the account.
[ ] Set the new balances in
Wallet
.
LimpidCrypto
commented
2 years ago
See #14 and #1
account_info
andaccount_lines
.Wallet
.