123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475# 1 "src/lib_signer_backends/unix/ledger.none.ml"(*****************************************************************************)(* *)(* Open Source License *)(* Copyright (c) 2018 Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)(* *)(* Permission is hereby granted, free of charge, to any person obtaining a *)(* copy of this software and associated documentation files (the "Software"),*)(* to deal in the Software without restriction, including without limitation *)(* the rights to use, copy, modify, merge, publish, distribute, sublicense, *)(* and/or sell copies of the Software, and to permit persons to whom the *)(* Software is furnished to do so, subject to the following conditions: *)(* *)(* The above copyright notice and this permission notice shall be included *)(* in all copies or substantial portions of the Software. *)(* *)(* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR*)(* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *)(* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *)(* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER*)(* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING *)(* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER *)(* DEALINGS IN THE SOFTWARE. *)(* *)(*****************************************************************************)typeerror+=NoLedgerSupportlet()=register_error_kind`Permanent~id:"signer.ledger"~title:"No Ledger support"~description:"This client has been compiled without support for Ledger Nano device"~pp:(funppf()->Format.fprintfppf"This client has been compiled without support for Ledger Nano device")Data_encoding.empty(functionNoLedgerSupport->Some()|_->None)(fun()->NoLedgerSupport)(** The implementation of the “signer-plugin.” *)moduleSigner_implementation:Client_keys.SIGNER=structincludeClient_keys.Signature_typeletscheme="no_ledger"lettitle="Fake signer when Ledger Nano device support is disabled"letdescription="In order to communicate with a Ledger Nano, recompile with \
ledgerwallet-tezos library installed"letneuterize_sk=Lwt_result_syntax.tzfailNoLedgerSupportletpublic_key_sk_uri=Lwt_result_syntax.tzfailNoLedgerSupportletpublic_key_hash_sk_uri=Lwt_result_syntax.tzfailNoLedgerSupportletimport_secret_key~io:__pk_uri=Lwt_result_syntax.tzfailNoLedgerSupportletsign?watermark:_k_sk_uri_msg=Lwt_result_syntax.tzfailNoLedgerSupportletdeterministic_nonce_sk_uri_msg=Lwt_result_syntax.tzfailNoLedgerSupportletdeterministic_nonce_hash_sk_uri_msg=Lwt_result_syntax.tzfailNoLedgerSupportletsupports_deterministic_nonces_=Lwt_result_syntax.return_falseendletcommands()=[]