Module Pending_coinbase.Checked

type var = Hash.var
type path
module Address : sig ... end

update_stack t ~is_new_stack updated_stack implements the following spec:

  • gets the addressaddr of the latest stack or a new stack
  • finds a coinbase stack in t at path addr and pushes the coinbase_data on to the stack
  • returns a root t' of the tree

pop_coinbases t pk updated_stack implements the following spec:

  • gets the addressaddr of the oldest stack.
  • finds a coinbase stack in t at path addr and replaces it with empty stack if a proof_emitted is true
  • returns a root t' of the tree