UNPKG

xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

7 lines (5 loc) 93 B
enum ECDSA { ed25519 = 'ed25519', secp256k1 = 'ecdsa-secp256k1', } export default ECDSA