""
for the lowerbound
to start at the beginning of the list, and iterate as necessary.lowerbound
: the symbol of the first asset to include in the list.limit
: the maximum number of assets to return (max: 100)issuer
: the name or id of the account who will pay the fee and become the issuer of the new asset. This can be updated latersymbol
: the ticker symbol of the new assetprecision
: the number of digits of precision to the right of the decimal point, must be less than or equal to 12common
: asset options required for all new assets. Note that core_exchange_rate technically needs to store the asset ID of this new asset. Since this ID is not known at the time this operation is created, create this price as though the new asset has instance ID 1, and the chain will overwrite it with the new asset’s ID.bitasset_opts
: options specific to BitAssets. This may be null unless the market_issued
flag is set in common.flagsbroadcast
: true to broadcast the transaction on the networkasset_object::asset_options
struct.symbol
: the name or id of the asset to updatenew_issuer
: if changing the asset’s issuer, the name or id of the new issuer. null if you wish to remain the issuer of the assetnew_options
: the new asset_options object, which will entirely replace the existing options.broadcast
: true to broadcast the transaction on the networksymbol
: the name or id of the asset to update, which must be a market-issued assetnew_options
: the new bitasset_options
object, which will entirely replace the existing options.broadcast
: true to broadcast the transaction on the networksymbol
: the name or id of the asset to updatenew_feed_producers
: a list of account names or ids which are authorized to produce feeds for the asset. this list will completely replace the existing listbroadcast
: true to broadcast the transaction on the networkpublishing_account
: the account publishing the price feedsymbol
: the name or id of the asset whose feed we’re publishingfeed
: the price_feed object containing the three prices making up the feedbroadcast
: true to broadcast the transaction on the networkto_account
: the name or id of the account to receive the new sharesamount
: the amount to issue, in nominal unitssymbol
: the ticker symbol of the asset to issuememo
: a memo to include in the transaction, readable by the recipientbroadcast
: true to broadcast the transaction on the networkasset_name_or_id
: the symbol or id of the asset in questionget_asset()
.asset_name_or_id
: the symbol or id of the BitAsset in questionfrom
: the name or id of the account sending the core assetsymbol
: the name or id of the asset whose fee pool you wish to fundamount
: the amount of the core asset to depositbroadcast
: true to broadcast the transaction on the networkfrom
: the account containing the asset you wish to burnamount
: the amount to burn, in nominal unitssymbol
: the name or id of the asset to burnbroadcast
: true to broadcast the transaction on the networkasset_to_settle
must have the global_settle
flag setsettle_asset()
to claim collateral instantly at the settle price from the pool.symbol
: the name or id of the asset to globally settlesettle_price
: the price at which to settlebroadcast
: true to broadcast the transaction on the network