UNPKG

@airgap/coinlib-core

Version:

The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

10 lines (7 loc) 132 B
var OPS = require('./index.json') var map = {} for (var op in OPS) { var code = OPS[op] map[code] = op } module.exports = map