XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
150 stars 84 forks source link

feat: add `feature` RPC #719

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 CHANGELOG.md?

Test Plan

Added integration tests.