Interface SetTokenRewardParams

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

Properties

Properties

amount: BN
epochCount: number