Interface DistributeTokenRewardParams

interface DistributeTokenRewardParams {
    amount: BN;
    epochCount: number;
}

Properties

Properties

amount: BN
epochCount: number