bitcoin-elixir v0.0.2 Bitcoin.Block.Validation

Summary

Functions

block_size(block)
block_size(Bitcoin.Protocol.Messages.Block.t) ::
  :ok |
  {:error, term}
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, opts \\ %{})