Display detailed information about a collateral asset
AssetInfoCard
component displays detailed information about a collateral asset in the Compound III protocol, including collateral factors, supply caps, and other important parameters.
Prop | Type | Description |
---|---|---|
client | CometClient | null | The CometClient instance to use for fetching data |
assetIndex | number | The index of the asset in the protocol |
className | string | Optional CSS class name to apply to the component |
onRefresh | () => void | Optional callback function to call when the refresh button is clicked |
className
prop: