UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

3 lines (2 loc) 149 B
export declare function decode(value: string): null | Buffer; export declare function encode(buffer: Buffer | number[] | Uint8Array): null | string;