UNPKG

@airgap/etherlink

Version:

The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.

8 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newPlainUIText = void 0; function newPlainUIText(text) { return { type: 'plain', value: text }; } exports.newPlainUIText = newPlainUIText; //# sourceMappingURL=text.js.map