UNPKG

bitcoinjs-lib

Version:

Client-side Bitcoin JavaScript library

8 lines (7 loc) 139 B
declare const OPS: { [key: string]: number; }; declare const REVERSE_OPS: { [key: number]: string; }; export { OPS, REVERSE_OPS };