Interface DistributorInfo
interface DistributorInfo {
commitEnd: bigint;
currentRound?: number;
dispenserAppId: number;
fee: bigint;
isBurningPaused: boolean;
periodEnd: bigint;
premintEnd: bigint;
totalCommitment: bigint;
}
commitEnd: bigint;
currentRound?: number;
dispenserAppId: number;
fee: bigint;
isBurningPaused: boolean;
periodEnd: bigint;
premintEnd: bigint;
totalCommitment: bigint;
}