Skip to content

Latest commit

 

History

History
123 lines (65 loc) · 2.43 KB

adapter.UnderlyingProfitValues.md

File metadata and controls

123 lines (65 loc) · 2.43 KB

@metamask-institutional/defi-adapters / adapter / UnderlyingProfitValues

Interface: UnderlyingProfitValues

adapter.UnderlyingProfitValues

Hierarchy

Table of contents

Properties

Properties

profit

profit: number

Profit made in this token for this period

Defined in

adapter.ts:302


performance

performance: number

Defined in

adapter.ts:304


calculationData

calculationData: CalculationData

Numbers used to calculate profit value

Defined in

adapter.ts:309


address

address: string

Token address

Inherited from

Erc20Metadata.address

Defined in

erc20Metadata.ts:5


name

name: string

Name of token

Inherited from

Erc20Metadata.name

Defined in

erc20Metadata.ts:10


symbol

symbol: string

Token symbol

Inherited from

Erc20Metadata.symbol

Defined in

erc20Metadata.ts:15


decimals

decimals: number

Token decimals

Inherited from

Erc20Metadata.decimals

Defined in

erc20Metadata.ts:20