Interface DistributeTokenRewardLog

interface DistributeTokenRewardLog {
    amount: BN;
    epoch_count: number;
    padding: BN[];
}

Properties

amount: BN
epoch_count: number
padding: BN[]