Stellar v0.3.0 Stellar.Effects View Source
Functions for interacting with Effects
Link to this section Summary
Functions
Returns all effects
Returns all effects for given account
Returns all effects for given ledger
Returns all effects for given operation
Gets effect details
Link to this section Functions
Returns all effects
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.
Link to this function
all_for_account(accountId, params \\ [])
View Source
all_for_account(binary(), Keyword.t()) :: {Stellar.status(), map()}
Returns all effects for given account
See all/1
for allowed optional params
Link to this function
all_for_ledger(ledgerId, params \\ [])
View Source
all_for_ledger(binary(), Keyword.t()) :: {Stellar.status(), map()}
Returns all effects for given ledger
See all/1
for allowed optional params
Link to this function
all_for_operation(operationId, params \\ [])
View Source
all_for_operation(binary(), Keyword.t()) :: {Stellar.status(), map()}
Returns all effects for given operation
See all/1
for allowed optional params
Gets effect details