Interface SetTokenRewardLog

interface SetTokenRewardLog {
    amount: BN;
    epoch_count: number;
    padding: BN[];
    token_stake: PublicKey;
}

Properties

amount: BN
epoch_count: number
padding: BN[]
token_stake: PublicKey