powered by
Return all effects. Not all are visible on the public ledger.
getEffects(cursor = NULL, limit = 10, order = "asc", data.table = TRUE, stream = FALSE)
numeric - optional, a paging token - where to start from. Can also be "now".
numeric - optional, the number of records to return. Default is 10.
character - optional, "asc" or "desc"
boolean - if TRUE, a data.table is returned. If FALSE or NULL, a list is returned.
boolean - if TRUE, a data.table is overwritten and the server-side streaming capability is utilised. A list will be returned.
data.table or list
# NOT RUN { getEffects(limit = 20, order = "asc") # }
Run the code above in your browser using DataLab