Function: get_user_operations_history_per_token()
function get_user_operations_history_per_token(
wallet,
token_ref,
page_anchor
): Promise<UserOperationsPage>;
Parameters
• wallet: Wallet
• token_ref: null
| string
• page_anchor: null
|
UserOperationsPageAnchor
Returns
Promise
<UserOperationsPage
>