AddressActivityListView

An optimized experience to render a wallet's activity across chains.

Designed for a multi-faceted view of wallet activity, this interface reveals the chains a wallet is active on, complete with icons for each blockchain. Sort by chain name, last active, or Mainnet status, to quickly gauge the wallet's interactions and footprint across the diverse blockchain landscape.

Usage

Below is basic implementation of the AddressActivityListView component. You can use this as a starting point for your own implementation.

JavaScript
<AddressActivityListView 
    address="0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de" //sample address
/>
Name
Type
Description
Required Properties
addressstringThe requested address.
Optional Properties
get_all_row_selection(newValue: ChainActivityEvent[]) => voidGet all rows selected.
get_row_selection_state(selectionState: { [key: string]: boolean;}) => voidGet the row selection state.
row_selection_state { [key: string]: boolean }Sets selected rows.