From 4e50c7a454c2863939790df6a7704dd32df50d48 Mon Sep 17 00:00:00 2001 From: MBourgoin Date: Thu, 3 Jan 2019 14:55:12 +0100 Subject: [PATCH] Proto_alpha/Endorser: add minimal documentation to client_baking_endorsement.mli --- src/proto_alpha/lib_delegate/client_baking_endorsement.mli | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/proto_alpha/lib_delegate/client_baking_endorsement.mli b/src/proto_alpha/lib_delegate/client_baking_endorsement.mli index 63761763d..ab81b59ab 100644 --- a/src/proto_alpha/lib_delegate/client_baking_endorsement.mli +++ b/src/proto_alpha/lib_delegate/client_baking_endorsement.mli @@ -2,6 +2,7 @@ (* *) (* Open Source License *) (* Copyright (c) 2018 Dynamic Ledger Solutions, Inc. *) +(* Copyright (c) 2018 Nomadic Labs, *) (* *) (* 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 ->