Interface DispenserInfo

    interface DispenserInfo {
        currentRound: number;
        distributorAppIds: number[];
        isMintingPaused: boolean;
    }

    Properties

    currentRound: number
    distributorAppIds: number[]
    isMintingPaused: boolean