Interface RefreshTokenStakeUserLogV2

interface RefreshTokenStakeUserLogV2 {
    active_stake_amount: BN;
    current_timestamp: BN;
    last_updated_timestamp: BN;
    level: number;
    level_eligible_amount: BN;
    newly_unlocked_amount: BN;
    owner: PublicKey;
    revenue_amount: BN;
    token_stake: PublicKey;
}

Properties

active_stake_amount: BN
current_timestamp: BN
last_updated_timestamp: BN
level: number
level_eligible_amount: BN
newly_unlocked_amount: BN
owner: PublicKey
revenue_amount: BN
token_stake: PublicKey