bitcoin-elixir v0.0.1 Bitcoin.Block.Validation

Summary

Functions

coinbase_value(block, context \\ [])
has_parent(block)
has_parent(Blotk.t) :: :ok | {:error, term}
hash_below_target(block)
hash_below_target(Blotk.t) :: :ok | {:error, term}
max_subsidy_for_height(height)
merkle_root(block)
merkle_root(Blotk.t) :: :ok | {:error, term}
transactions(block)
transactions(Blotk.t) :: :ok | {:error, term}