Proto_alpha/Endorser: add minimal documentation to client_baking_endorsement.mli
This commit is contained in:
parent
9c22170aef
commit
4e50c7a454
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user