Returns a list of assets on the blockchain, with optional filtering and pagination.
Arguments
- conn
A connection object created by
mc_connect.- assets
Asset filter. Can be a single asset name/ref/txid, a vector of such identifiers, or
"*"(default) to list all assets.- verbose
Logical. If
TRUE, returns detailed information (e.g., issuances, open status). Default isFALSE.- count
Integer (optional). Maximum number of assets to return.
- start
Integer (optional). Offset for pagination.
Value
A data frame (via rpc_res_to_df) with asset information.
If verbose = FALSE, columns include name, ref,
issuetxid, etc. If verbose = TRUE, additional details
like issuances and open status are included.
See also
mc_get_asset_info for single asset details.
Other assets:
mc_get_asset_info(),
mc_get_token_info(),
mc_issue(),
mc_issue_from(),
mc_issue_more(),
mc_issue_more_from(),
mc_issue_token(),
mc_issue_token_from(),
mc_list_asset_issues(),
mc_update(),
mc_update_from()