python-ripple-lib
python-ripple-lib copied to clipboard
Python client for the Ripple API
Results
3
python-ripple-lib issues
Sort by
recently updated
recently updated
newest added
Hi, I'm trying to use your python-ripple-lib and I'm trying to make trancastion from one account on testnet to another. In the code bellow you can see, that I replace...
Hi. does this library support offline transactions? by offline transactions I mean a transaction that can be signed locally.
Currently ledger method only supports ledger_index arguments, rather than both ledger_hash and ledger_index.