Interface CollectRevenueLogV2

interface CollectRevenueLogV2 {
    active_stake_amount: BN;
    current_timestamp: BN;
    last_epoch_count: number;
    last_updated_timestamp: BN;
    level_eligible_amount: BN;
    owner: PublicKey;
    revenue_amount: BN;
    token_stake: PublicKey;
}

Properties

active_stake_amount: BN
current_timestamp: BN
last_epoch_count: number
last_updated_timestamp: BN
level_eligible_amount: BN
owner: PublicKey
revenue_amount: BN
token_stake: PublicKey