Returns a list of all issuance transactions (initial and subsequent) for a given asset.
Arguments
- conn
A connection object created by
mc_connect.- asset
Character string. Asset name, reference, or issuance ID.
- verbose
Logical. If
TRUE, includes details about issuers and custom fields. Default isFALSE.- count
Integer (optional). Maximum number of issuances to return.
- start
Integer (optional). Offset (positive for forward, negative for backward from the most recent). Use a negative value to get the most recent issuances first.
Value
A data frame (converted via rpc_res_to_df) with one row per
issuance. Columns typically include txid, issuer, quantity,
units, etc.
See also
mc_list_assets to list assets,
mc_get_asset_info for asset summary.
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_assets(),
mc_update(),
mc_update_from()