-

Updated for version 0.17.1

+

Updated for version 0.17.2

Introduction

RippleAPI is the official client library to the Ripple Consensus Ledger. Currently, RippleAPI is only available in JavaScript. Using RippleAPI, you can:

@@ -1071,7 +1071,7 @@ const api = new RippleAPI(); transferRate number,null -Optional The fee to charge when users transfer this account’s issuances, represented as billionths of a unit. Use null to set no fee. +Optional The fee to charge when users transfer this account’s issuances, as the decimal amount that must be sent to deliver 1 unit. Has precision up to 9 digits beyond the decimal point. Use null to set no fee. @@ -4011,7 +4011,7 @@ return api.getOrderbook(address, orderbook) transferRate number,null -Optional The fee to charge when users transfer this account’s issuances, represented as billionths of a unit. Use null to set no fee. +Optional The fee to charge when users transfer this account’s issuances, as the decimal amount that must be sent to deliver 1 unit. Has precision up to 9 digits beyond the decimal point. Use null to set no fee. diff --git a/tool/dactyl-config.yml b/tool/dactyl-config.yml index f93e4543a3..5e80f7077b 100644 --- a/tool/dactyl-config.yml +++ b/tool/dactyl-config.yml @@ -78,7 +78,7 @@ pages: category: References html: reference-rippleapi.html # Currently this is the only page that's fetched remotely. - md: https://raw.githubusercontent.com/ripple/ripple-lib/0.17.1/docs/index.md + md: https://raw.githubusercontent.com/ripple/ripple-lib/0.17.2/docs/index.md ripple.com: https://ripple.com/build/rippleapi/ filters: - remove_doctoc