2018-05-24 04:26:10 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
val sign :
|
2018-05-26 14:51:51 +04:00
|
|
|
([ `POST ], unit, unit * Signature.Public_key_hash.t,
|
|
|
|
unit, MBytes.t, Signature.t) RPC_service.t
|
2018-05-24 04:26:10 +04:00
|
|
|
|
|
|
|
val public_key :
|
2018-05-26 14:51:51 +04:00
|
|
|
([ `GET ], unit, unit * Signature.Public_key_hash.t,
|
|
|
|
unit, unit, Signature.Public_key.t) RPC_service.t
|