@zondax/ledger-filecoin
Version:
Node API for the Filecoin App (Ledger Nano S+, X, Stax and Flex)
10 lines • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PUBKEYLEN = exports.P1_VALUES = void 0;
var P1_VALUES;
(function (P1_VALUES) {
P1_VALUES[P1_VALUES["ONLY_RETRIEVE"] = 0] = "ONLY_RETRIEVE";
P1_VALUES[P1_VALUES["SHOW_ADDRESS_IN_DEVICE"] = 1] = "SHOW_ADDRESS_IN_DEVICE";
})(P1_VALUES || (exports.P1_VALUES = P1_VALUES = {}));
exports.PUBKEYLEN = 65;
//# sourceMappingURL=consts.js.map