Tradehub.Protocol.blocks-exclamation-mark

You're seeing just the function blocks-exclamation-mark, go back to Tradehub.Protocol module for more information.
Link to this function

blocks!(before_id, after_id)

View Source
Link to this function

blocks!(before_id, after_id, order_by)

View Source
Link to this function

blocks!(before_id, after_id, order_by, proposer)

View Source
Link to this function

blocks!(before_id, after_id, order_by, proposer, limit)

View Source

Specs

blocks!(nil, nil, nil, nil, nil) :: [Tradehub.block()]
blocks!(integer(), integer(), String.t(), String.t(), integer()) :: [
  Tradehub.block()
]