Interface DistributorInfo

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

    Properties

    commitEnd: bigint
    currentRound?: number
    dispenserAppId: number
    fee: bigint
    isBurningPaused: boolean
    periodEnd: bigint
    premintEnd: bigint
    totalCommitment: bigint