Block_services.Helpers
module Forge : sig ... end
module Preapply : sig ... end
val complete :
Mavryk_rpc.Context.simple ->
?chain:[ `Main | `Test | `Hash of Mavryk_base.TzPervasives.Chain_id.t ] ->
?block:
[ `Genesis
| `Head of int
| `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int
| `Hash of Mavryk_base.TzPervasives.Block_hash.t * int
| `Level of Stdlib.Int32.t ] ->
string ->
string list Mavryk_base.TzPervasives.tzresult Lwt.t