@airgap/etherlink
Version:
The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.
9 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.newSignature = void 0;
function newSignature(value, format) {
if (format === void 0) { format = 'encoded'; }
return { value: value, format: format };
}
exports.newSignature = newSignature;
//# sourceMappingURL=signature.js.map