XRPLF / xrpl-py

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

Remove long aliases for signing/submitting functions #599

Closed JST5000 closed 1 year ago

JST5000 commented 1 year ago

High Level Overview of Change

Context of Change

xrpl-py started with the longer versions of these names. In 1.8 we added the shorter aliases. Now we can simplify the interface by just having one name for the functions since safe and transaction weren't adding much meaning to the functions.

Type of Change

Test Plan

CI Passes