ex_blocktrail v0.2.2 BlocktrailCom.PagedResponse
defstruct [ current_page: 0, per_page: 0, total: 0, data: %{}]
Summary
Functions
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %BlocktrailCom.PagedResponse{current_page: term, data: term, per_page: term, total: term}