UNPKG

golos-lib-js

Version:

Golos-js the JavaScript library with API for GOLOS blockchain

13 lines (12 loc) 192 B
"use strict"; class EmptyMiddleware { async broadcast(_ref) { let { tx, privKeys, orig } = _ref; return await orig(tx); } } module.exports = EmptyMiddleware;