Tradehub.Protocol.transactions-exclamation-mark

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

transactions!(address, msg_type)

View Source
Link to this function

transactions!(address, msg_type, height)

View Source
Link to this function

transactions!(address, msg_type, height, start_block)

View Source
Link to this function

transactions!(address, msg_type, height, start_block, end_block)

View Source
Link to this function

transactions!(address, msg_type, height, start_block, end_block, before_id)

View Source
Link to this function

transactions!(address, msg_type, height, start_block, end_block, before_id, after_id)

View Source
Link to this function

transactions!(address, msg_type, height, start_block, end_block, before_id, after_id, order_by)

View Source
Link to this function

transactions!(address, msg_type, height, start_block, end_block, before_id, after_id, order_by, limit)

View Source

Specs

transactions!(nil, nil, nil, nil, nil, nil, nil, nil, nil) :: [
  Tradehub.transaction()
]
transactions!(
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t()
) :: [Tradehub.transaction()]