You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

get-fee.json 422B

12345678910111213
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "title": "getFeeParameters",
  4. "description": "Parameters for getFee",
  5. "type": "object",
  6. "properties": {
  7. "cushion": {
  8. "type": "number",
  9. "description": "The fee is the product of the base fee, the `load_factor`, and this cushion. Default is provided by the `RippleAPI` constructor's `feeCushion`."
  10. }
  11. },
  12. "additionalProperties": false
  13. }