UNPKG

@payburner/keyburner-core

Version:

KeyburnerJs -- A library to enable arbitrary transaction signing and verification using XRPL-compatible keys and addresses.

5 lines 256 B
export { DecodedTransaction } from './model/DecodedTransaction'; export { KeyPair } from './model/KeyPair'; export { SignedTransaction } from './model/SignedTransaction'; export { KeyBurner } from './services/KeyBurner'; //# sourceMappingURL=index.d.ts.map