Stellar v0.3.0 Stellar.Offers View Source

Functions for interacting with Offers

Link to this section Summary

Functions

Returns all offers for given account

Link to this section Functions

Link to this function all_for_account(accountId, params \\ []) View Source
all_for_account(binary(), Keyword.t()) :: {Stellar.status(), map()}

Returns all offers for given account

optional params can take any of the following.:

  • cursor: A paging token, specifying where to start returning records from.

  • order: The order in which to return rows, “asc” or “desc”.

  • limit: Maximum number of records to return.