arobsn / ledger-ergo-js

Ergo JS Library for communication with Ledger Hardware Wallets.
MIT License
10 stars 1 forks source link

Abstract Buffer dependency #10

Closed arobsn closed 4 months ago

arobsn commented 4 months ago

Currently it's impossible to remove Buffer's dependency once transport libraries also rely on it.

What this PR does is to encapsulate its usage.

Closes #5