Export

POLResponse

interface POLResponse {
    cacao_deposited: string;
    cacao_withdrawn: string;
    current_deposit: string;
    pnl: string;
    value: string;
}

Properties

cacao_deposited: string

total amount of RUNE deposited into the pools

Memberof

POLResponse

cacao_withdrawn: string

total amount of RUNE withdrawn from the pools

Memberof

POLResponse

current_deposit: string

current amount of rune deposited

Memberof

POLResponse

pnl: string

profit and loss of protocol owned liquidity

Memberof

POLResponse

value: string

total value of protocol's LP position in RUNE value

Memberof

POLResponse

Generated using TypeDoc