Interface RefreshTokenStakeUserLog

interface RefreshTokenStakeUserLog {
    newly_unlocked_amount: BN;
    owner: PublicKey;
    revenue_amount: BN;
}

Properties

newly_unlocked_amount: BN
owner: PublicKey
revenue_amount: BN