Skip to content

Latest commit

 

History

History
146 lines (77 loc) · 3.34 KB

adapter.PositionProfits.md

File metadata and controls

146 lines (77 loc) · 3.34 KB

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

Interface: PositionProfits

adapter.PositionProfits

Hierarchy

Table of contents

Properties

Properties

profit

profit: number

Profit made in this token for this period

Inherited from

UnderlyingProfitValues.profit

Defined in

adapter.ts:302


performance

performance: number

Inherited from

UnderlyingProfitValues.performance

Defined in

adapter.ts:304


calculationData

calculationData: CalculationData

Numbers used to calculate profit value

Inherited from

UnderlyingProfitValues.calculationData

Defined in

adapter.ts:309


type

type: "protocol"

Defined in

adapter.ts:313


address

address: string

Token address

Inherited from

UnderlyingProfitValues.address

Defined in

erc20Metadata.ts:5


name

name: string

Name of token

Inherited from

UnderlyingProfitValues.name

Defined in

erc20Metadata.ts:10


symbol

symbol: string

Token symbol

Inherited from

UnderlyingProfitValues.symbol

Defined in

erc20Metadata.ts:15


decimals

decimals: number

Token decimals

Inherited from

UnderlyingProfitValues.decimals

Defined in

erc20Metadata.ts:20