Interface MigrateStakeLog

interface MigrateStakeLog {
    amount: BN;
    compounding_amount_out: BN;
    compounding_price_usd: BN;
    lp_price_usd: BN;
    owner: PublicKey;
    pool_lp_amount: BN;
    pool_name: string;
    reward_per_lp_staked: BN;
}

Properties

amount: BN
compounding_amount_out: BN
compounding_price_usd: BN
lp_price_usd: BN
owner: PublicKey
pool_lp_amount: BN
pool_name: string
reward_per_lp_staked: BN