https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3d9fb6c815d6b5155fa28766f6a686a83ce87acd authored by David Turner on 18 May 2022, 19:58:13 UTC
Baker: die early if signer does not support deterministic nonces
Tip revision: 3d9fb6c
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_signer_backends)
 (public_name tezos-signer-backends)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-stdlib
  tezos-client-base
  tezos-rpc-http
  tezos-rpc-http-client
  tezos-signer-services
  tezos-shell-services)
 (flags
  (:standard
   -open Tezos_base.TzPervasives
   -open Tezos_stdlib
   -open Tezos_client_base
   -open Tezos_rpc_http
   -open Tezos_rpc_http_client
   -open Tezos_signer_services
   -open Tezos_shell_services)))
back to top