XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

feat: add input check for `OracleSet` params `AssetPrice` and `Scale` #2699

Closed khancode closed 1 month ago

khancode commented 1 month ago

High Level Overview of Change

Add input check for OracleSet params AssetPrice and Scale either being both present or excluded.

Type of Change

Did you update HISTORY.md?

Test Plan

Added unit tests to verify this validation.