Returns a list of recent transactions that affect a subscribed asset.
Usage
mc_list_asset_transactions(
conn,
asset,
verbose = FALSE,
count = 10,
start = NULL,
local_ordering = FALSE
)Arguments
- conn
A connection object created by
mc_connect.- asset
Character string. Subscribed asset name, reference, or issuance ID.
- verbose
Logical. If
TRUE, returns detailed information about each transaction.- count
Integer. Number of transactions to return (default 10).
- start
Integer (optional). Offset (negative for most recent).
- local_ordering
Logical. If
TRUE, uses local node's transaction ordering (defaultFALSE).
See also
mc_get_asset_transaction for a single transaction.
Other asset transactions:
mc_get_asset_transaction()