XRPLF / xrpl.js

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

feat: add `feature` RPC #2719

Closed mvadari closed 2 months ago

mvadari commented 3 months ago

High Level Overview of Change

This PR adds the feature RPC to the models.

Context of Change

There is now a non-admin user version of this RPC: https://github.com/XRPLF/rippled/pull/4781

Type of Change

Did you update HISTORY.md?

Test Plan

Added integration tests.