Proto_alpha/Endorser: add minimal documentation to client_baking_endorsement.mli

This commit is contained in:
MBourgoin 2019-01-03 14:55:12 +01:00 committed by Grégoire Henry
parent 9c22170aef
commit 4e50c7a454
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -2,6 +2,7 @@
(* *)
(* Open Source License *)
(* Copyright (c) 2018 Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* Copyright (c) 2018 Nomadic Labs, <contact@nomadic-labs.com> *)
(* *)
(* Permission is hereby granted, free of charge, to any person obtaining a *)
(* copy of this software and associated documentation files (the "Software"),*)
@ -34,6 +35,10 @@ val forge_endorsement:
src_sk:Client_keys.sk_uri ->
public_key ->
Operation_hash.t tzresult Lwt.t
(** [forge_endorsement cctxt blk ~src_sk src_pk] emits an endorsement
operation for the block [blk]
*)
val create :
#Proto_alpha.full ->