Stellar v0.3.0 Stellar.Assets View Source
Functions for interacting with Assets
Link to this section Summary
Functions
Returns all known assets in one the network
Link to this section Functions
Returns all known assets in one the network
optional params
can take any of the following.:
asset_code
: Code the asset to filter byasset_issuer
: Issuer of the Asset to filter bycursor
: A paging token, specifying where to start returning records from.order
: The order in which to return rows, “asc” or “desc”, ordered byasset_code
then byasset_issuer
.limit
: Maximum number of records to return.