tezedge / tezos-node

1 stars 0 forks source link

Protocol-environment/block_header #1

Open jurajselep opened 4 years ago

jurajselep commented 4 years ago
type t = {
  shell: {
  branch: Block_hash.t ;
  (** The operation is only valid in a branch containing the
      block [branch]. *)
}
  proto: MBytes.t ;
}