Interface MigrateFlpLog

interface MigrateFlpLog {
    amount: BN;
    compounding_price_usd: BN;
    lp_amount_out: BN;
    lp_price_usd: BN;
    owner: PublicKey;
    pool_name: string;
    reward_lp_amount: BN;
    reward_per_lp_staked: BN;
}

Properties

amount: BN
compounding_price_usd: BN
lp_amount_out: BN
lp_price_usd: BN
owner: PublicKey
pool_name: string
reward_lp_amount: BN
reward_per_lp_staked: BN